Z3
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
Data Structures | Static Public Member Functions | Static Protected Member Functions
Native Class Reference

Data Structures

class  IntPtr
 
class  LongPtr
 
class  ObjArrayPtr
 
class  StringPtr
 
class  UIntArrayPtr
 

Static Public Member Functions

static native void setInternalErrorHandler (long ctx)
 
static void globalParamSet (String a0, String a1)
 
static void globalParamResetAll ()
 
static boolean globalParamGet (String a0, StringPtr a1)
 
static long mkConfig ()
 
static void delConfig (long a0)
 
static void setParamValue (long a0, String a1, String a2)
 
static long mkContext (long a0) throws Z3Exception
 
static long mkContextRc (long a0) throws Z3Exception
 
static void delContext (long a0) throws Z3Exception
 
static void incRef (long a0, long a1) throws Z3Exception
 
static void decRef (long a0, long a1) throws Z3Exception
 
static void updateParamValue (long a0, String a1, String a2) throws Z3Exception
 
static void interrupt (long a0) throws Z3Exception
 
static long mkParams (long a0) throws Z3Exception
 
static void paramsIncRef (long a0, long a1) throws Z3Exception
 
static void paramsDecRef (long a0, long a1) throws Z3Exception
 
static void paramsSetBool (long a0, long a1, long a2, boolean a3) throws Z3Exception
 
static void paramsSetUint (long a0, long a1, long a2, int a3) throws Z3Exception
 
static void paramsSetDouble (long a0, long a1, long a2, double a3) throws Z3Exception
 
static void paramsSetSymbol (long a0, long a1, long a2, long a3) throws Z3Exception
 
static String paramsToString (long a0, long a1) throws Z3Exception
 
static void paramsValidate (long a0, long a1, long a2) throws Z3Exception
 
static void paramDescrsIncRef (long a0, long a1) throws Z3Exception
 
static void paramDescrsDecRef (long a0, long a1) throws Z3Exception
 
static int paramDescrsGetKind (long a0, long a1, long a2) throws Z3Exception
 
static int paramDescrsSize (long a0, long a1) throws Z3Exception
 
static long paramDescrsGetName (long a0, long a1, int a2) throws Z3Exception
 
static String paramDescrsToString (long a0, long a1) throws Z3Exception
 
static long mkIntSymbol (long a0, int a1) throws Z3Exception
 
static long mkStringSymbol (long a0, String a1) throws Z3Exception
 
static long mkUninterpretedSort (long a0, long a1) throws Z3Exception
 
static long mkBoolSort (long a0) throws Z3Exception
 
static long mkIntSort (long a0) throws Z3Exception
 
static long mkRealSort (long a0) throws Z3Exception
 
static long mkBvSort (long a0, int a1) throws Z3Exception
 
static long mkFiniteDomainSort (long a0, long a1, long a2) throws Z3Exception
 
static long mkArraySort (long a0, long a1, long a2) throws Z3Exception
 
static long mkTupleSort (long a0, long a1, int a2, long[] a3, long[] a4, LongPtr a5, long[] a6) throws Z3Exception
 
static long mkEnumerationSort (long a0, long a1, int a2, long[] a3, long[] a4, long[] a5) throws Z3Exception
 
static long mkListSort (long a0, long a1, long a2, LongPtr a3, LongPtr a4, LongPtr a5, LongPtr a6, LongPtr a7, LongPtr a8) throws Z3Exception
 
static long mkConstructor (long a0, long a1, long a2, int a3, long[] a4, long[] a5, int[] a6) throws Z3Exception
 
static void delConstructor (long a0, long a1) throws Z3Exception
 
static long mkDatatype (long a0, long a1, int a2, long[] a3) throws Z3Exception
 
static long mkConstructorList (long a0, int a1, long[] a2) throws Z3Exception
 
static void delConstructorList (long a0, long a1) throws Z3Exception
 
static void mkDatatypes (long a0, int a1, long[] a2, long[] a3, long[] a4) throws Z3Exception
 
static void queryConstructor (long a0, long a1, int a2, LongPtr a3, LongPtr a4, long[] a5) throws Z3Exception
 
static long mkFuncDecl (long a0, long a1, int a2, long[] a3, long a4) throws Z3Exception
 
static long mkApp (long a0, long a1, int a2, long[] a3) throws Z3Exception
 
static long mkConst (long a0, long a1, long a2) throws Z3Exception
 
static long mkFreshFuncDecl (long a0, String a1, int a2, long[] a3, long a4) throws Z3Exception
 
static long mkFreshConst (long a0, String a1, long a2) throws Z3Exception
 
static long mkTrue (long a0) throws Z3Exception
 
static long mkFalse (long a0) throws Z3Exception
 
static long mkEq (long a0, long a1, long a2) throws Z3Exception
 
static long mkDistinct (long a0, int a1, long[] a2) throws Z3Exception
 
static long mkNot (long a0, long a1) throws Z3Exception
 
static long mkIte (long a0, long a1, long a2, long a3) throws Z3Exception
 
static long mkIff (long a0, long a1, long a2) throws Z3Exception
 
static long mkImplies (long a0, long a1, long a2) throws Z3Exception
 
static long mkXor (long a0, long a1, long a2) throws Z3Exception
 
static long mkAnd (long a0, int a1, long[] a2) throws Z3Exception
 
static long mkOr (long a0, int a1, long[] a2) throws Z3Exception
 
static long mkAdd (long a0, int a1, long[] a2) throws Z3Exception
 
static long mkMul (long a0, int a1, long[] a2) throws Z3Exception
 
static long mkSub (long a0, int a1, long[] a2) throws Z3Exception
 
static long mkUnaryMinus (long a0, long a1) throws Z3Exception
 
static long mkDiv (long a0, long a1, long a2) throws Z3Exception
 
static long mkMod (long a0, long a1, long a2) throws Z3Exception
 
static long mkRem (long a0, long a1, long a2) throws Z3Exception
 
static long mkPower (long a0, long a1, long a2) throws Z3Exception
 
static long mkLt (long a0, long a1, long a2) throws Z3Exception
 
static long mkLe (long a0, long a1, long a2) throws Z3Exception
 
static long mkGt (long a0, long a1, long a2) throws Z3Exception
 
static long mkGe (long a0, long a1, long a2) throws Z3Exception
 
static long mkInt2real (long a0, long a1) throws Z3Exception
 
static long mkReal2int (long a0, long a1) throws Z3Exception
 
static long mkIsInt (long a0, long a1) throws Z3Exception
 
static long mkBvnot (long a0, long a1) throws Z3Exception
 
static long mkBvredand (long a0, long a1) throws Z3Exception
 
static long mkBvredor (long a0, long a1) throws Z3Exception
 
static long mkBvand (long a0, long a1, long a2) throws Z3Exception
 
static long mkBvor (long a0, long a1, long a2) throws Z3Exception
 
static long mkBvxor (long a0, long a1, long a2) throws Z3Exception
 
static long mkBvnand (long a0, long a1, long a2) throws Z3Exception
 
static long mkBvnor (long a0, long a1, long a2) throws Z3Exception
 
static long mkBvxnor (long a0, long a1, long a2) throws Z3Exception
 
static long mkBvneg (long a0, long a1) throws Z3Exception
 
static long mkBvadd (long a0, long a1, long a2) throws Z3Exception
 
static long mkBvsub (long a0, long a1, long a2) throws Z3Exception
 
static long mkBvmul (long a0, long a1, long a2) throws Z3Exception
 
static long mkBvudiv (long a0, long a1, long a2) throws Z3Exception
 
static long mkBvsdiv (long a0, long a1, long a2) throws Z3Exception
 
static long mkBvurem (long a0, long a1, long a2) throws Z3Exception
 
static long mkBvsrem (long a0, long a1, long a2) throws Z3Exception
 
static long mkBvsmod (long a0, long a1, long a2) throws Z3Exception
 
static long mkBvult (long a0, long a1, long a2) throws Z3Exception
 
static long mkBvslt (long a0, long a1, long a2) throws Z3Exception
 
static long mkBvule (long a0, long a1, long a2) throws Z3Exception
 
static long mkBvsle (long a0, long a1, long a2) throws Z3Exception
 
static long mkBvuge (long a0, long a1, long a2) throws Z3Exception
 
static long mkBvsge (long a0, long a1, long a2) throws Z3Exception
 
static long mkBvugt (long a0, long a1, long a2) throws Z3Exception
 
static long mkBvsgt (long a0, long a1, long a2) throws Z3Exception
 
static long mkConcat (long a0, long a1, long a2) throws Z3Exception
 
static long mkExtract (long a0, int a1, int a2, long a3) throws Z3Exception
 
static long mkSignExt (long a0, int a1, long a2) throws Z3Exception
 
static long mkZeroExt (long a0, int a1, long a2) throws Z3Exception
 
static long mkRepeat (long a0, int a1, long a2) throws Z3Exception
 
static long mkBvshl (long a0, long a1, long a2) throws Z3Exception
 
static long mkBvlshr (long a0, long a1, long a2) throws Z3Exception
 
static long mkBvashr (long a0, long a1, long a2) throws Z3Exception
 
static long mkRotateLeft (long a0, int a1, long a2) throws Z3Exception
 
static long mkRotateRight (long a0, int a1, long a2) throws Z3Exception
 
static long mkExtRotateLeft (long a0, long a1, long a2) throws Z3Exception
 
static long mkExtRotateRight (long a0, long a1, long a2) throws Z3Exception
 
static long mkInt2bv (long a0, int a1, long a2) throws Z3Exception
 
static long mkBv2int (long a0, long a1, boolean a2) throws Z3Exception
 
static long mkBvaddNoOverflow (long a0, long a1, long a2, boolean a3) throws Z3Exception
 
static long mkBvaddNoUnderflow (long a0, long a1, long a2) throws Z3Exception
 
static long mkBvsubNoOverflow (long a0, long a1, long a2) throws Z3Exception
 
static long mkBvsubNoUnderflow (long a0, long a1, long a2, boolean a3) throws Z3Exception
 
static long mkBvsdivNoOverflow (long a0, long a1, long a2) throws Z3Exception
 
static long mkBvnegNoOverflow (long a0, long a1) throws Z3Exception
 
static long mkBvmulNoOverflow (long a0, long a1, long a2, boolean a3) throws Z3Exception
 
static long mkBvmulNoUnderflow (long a0, long a1, long a2) throws Z3Exception
 
static long mkSelect (long a0, long a1, long a2) throws Z3Exception
 
static long mkStore (long a0, long a1, long a2, long a3) throws Z3Exception
 
static long mkConstArray (long a0, long a1, long a2) throws Z3Exception
 
static long mkMap (long a0, long a1, int a2, long[] a3) throws Z3Exception
 
static long mkArrayDefault (long a0, long a1) throws Z3Exception
 
static long mkSetSort (long a0, long a1) throws Z3Exception
 
static long mkEmptySet (long a0, long a1) throws Z3Exception
 
static long mkFullSet (long a0, long a1) throws Z3Exception
 
static long mkSetAdd (long a0, long a1, long a2) throws Z3Exception
 
static long mkSetDel (long a0, long a1, long a2) throws Z3Exception
 
static long mkSetUnion (long a0, int a1, long[] a2) throws Z3Exception
 
static long mkSetIntersect (long a0, int a1, long[] a2) throws Z3Exception
 
static long mkSetDifference (long a0, long a1, long a2) throws Z3Exception
 
static long mkSetComplement (long a0, long a1) throws Z3Exception
 
static long mkSetMember (long a0, long a1, long a2) throws Z3Exception
 
static long mkSetSubset (long a0, long a1, long a2) throws Z3Exception
 
static long mkNumeral (long a0, String a1, long a2) throws Z3Exception
 
static long mkReal (long a0, int a1, int a2) throws Z3Exception
 
static long mkInt (long a0, int a1, long a2) throws Z3Exception
 
static long mkUnsignedInt (long a0, int a1, long a2) throws Z3Exception
 
static long mkInt64 (long a0, long a1, long a2) throws Z3Exception
 
static long mkUnsignedInt64 (long a0, long a1, long a2) throws Z3Exception
 
static long mkPattern (long a0, int a1, long[] a2) throws Z3Exception
 
static long mkBound (long a0, int a1, long a2) throws Z3Exception
 
static long mkForall (long a0, int a1, int a2, long[] a3, int a4, long[] a5, long[] a6, long a7) throws Z3Exception
 
static long mkExists (long a0, int a1, int a2, long[] a3, int a4, long[] a5, long[] a6, long a7) throws Z3Exception
 
static long mkQuantifier (long a0, boolean a1, int a2, int a3, long[] a4, int a5, long[] a6, long[] a7, long a8) throws Z3Exception
 
static long mkQuantifierEx (long a0, boolean a1, int a2, long a3, long a4, int a5, long[] a6, int a7, long[] a8, int a9, long[] a10, long[] a11, long a12) throws Z3Exception
 
static long mkForallConst (long a0, int a1, int a2, long[] a3, int a4, long[] a5, long a6) throws Z3Exception
 
static long mkExistsConst (long a0, int a1, int a2, long[] a3, int a4, long[] a5, long a6) throws Z3Exception
 
static long mkQuantifierConst (long a0, boolean a1, int a2, int a3, long[] a4, int a5, long[] a6, long a7) throws Z3Exception
 
static long mkQuantifierConstEx (long a0, boolean a1, int a2, long a3, long a4, int a5, long[] a6, int a7, long[] a8, int a9, long[] a10, long a11) throws Z3Exception
 
static int getSymbolKind (long a0, long a1) throws Z3Exception
 
static int getSymbolInt (long a0, long a1) throws Z3Exception
 
static String getSymbolString (long a0, long a1) throws Z3Exception
 
static long getSortName (long a0, long a1) throws Z3Exception
 
static int getSortId (long a0, long a1) throws Z3Exception
 
static long sortToAst (long a0, long a1) throws Z3Exception
 
static boolean isEqSort (long a0, long a1, long a2) throws Z3Exception
 
static int getSortKind (long a0, long a1) throws Z3Exception
 
static int getBvSortSize (long a0, long a1) throws Z3Exception
 
static boolean getFiniteDomainSortSize (long a0, long a1, LongPtr a2) throws Z3Exception
 
static long getArraySortDomain (long a0, long a1) throws Z3Exception
 
static long getArraySortRange (long a0, long a1) throws Z3Exception
 
static long getTupleSortMkDecl (long a0, long a1) throws Z3Exception
 
static int getTupleSortNumFields (long a0, long a1) throws Z3Exception
 
static long getTupleSortFieldDecl (long a0, long a1, int a2) throws Z3Exception
 
static int getDatatypeSortNumConstructors (long a0, long a1) throws Z3Exception
 
static long getDatatypeSortConstructor (long a0, long a1, int a2) throws Z3Exception
 
static long getDatatypeSortRecognizer (long a0, long a1, int a2) throws Z3Exception
 
static long getDatatypeSortConstructorAccessor (long a0, long a1, int a2, int a3) throws Z3Exception
 
static int getRelationArity (long a0, long a1) throws Z3Exception
 
static long getRelationColumn (long a0, long a1, int a2) throws Z3Exception
 
static long funcDeclToAst (long a0, long a1) throws Z3Exception
 
static boolean isEqFuncDecl (long a0, long a1, long a2) throws Z3Exception
 
static int getFuncDeclId (long a0, long a1) throws Z3Exception
 
static long getDeclName (long a0, long a1) throws Z3Exception
 
static int getDeclKind (long a0, long a1) throws Z3Exception
 
static int getDomainSize (long a0, long a1) throws Z3Exception
 
static int getArity (long a0, long a1) throws Z3Exception
 
static long getDomain (long a0, long a1, int a2) throws Z3Exception
 
static long getRange (long a0, long a1) throws Z3Exception
 
static int getDeclNumParameters (long a0, long a1) throws Z3Exception
 
static int getDeclParameterKind (long a0, long a1, int a2) throws Z3Exception
 
static int getDeclIntParameter (long a0, long a1, int a2) throws Z3Exception
 
static double getDeclDoubleParameter (long a0, long a1, int a2) throws Z3Exception
 
static long getDeclSymbolParameter (long a0, long a1, int a2) throws Z3Exception
 
static long getDeclSortParameter (long a0, long a1, int a2) throws Z3Exception
 
static long getDeclAstParameter (long a0, long a1, int a2) throws Z3Exception
 
static long getDeclFuncDeclParameter (long a0, long a1, int a2) throws Z3Exception
 
static String getDeclRationalParameter (long a0, long a1, int a2) throws Z3Exception
 
static long appToAst (long a0, long a1) throws Z3Exception
 
static long getAppDecl (long a0, long a1) throws Z3Exception
 
static int getAppNumArgs (long a0, long a1) throws Z3Exception
 
static long getAppArg (long a0, long a1, int a2) throws Z3Exception
 
static boolean isEqAst (long a0, long a1, long a2) throws Z3Exception
 
static int getAstId (long a0, long a1) throws Z3Exception
 
static int getAstHash (long a0, long a1) throws Z3Exception
 
static long getSort (long a0, long a1) throws Z3Exception
 
static boolean isWellSorted (long a0, long a1) throws Z3Exception
 
static int getBoolValue (long a0, long a1) throws Z3Exception
 
static int getAstKind (long a0, long a1) throws Z3Exception
 
static boolean isApp (long a0, long a1) throws Z3Exception
 
static boolean isNumeralAst (long a0, long a1) throws Z3Exception
 
static boolean isAlgebraicNumber (long a0, long a1) throws Z3Exception
 
static long toApp (long a0, long a1) throws Z3Exception
 
static long toFuncDecl (long a0, long a1) throws Z3Exception
 
static String getNumeralString (long a0, long a1) throws Z3Exception
 
static String getNumeralDecimalString (long a0, long a1, int a2) throws Z3Exception
 
static long getNumerator (long a0, long a1) throws Z3Exception
 
static long getDenominator (long a0, long a1) throws Z3Exception
 
static boolean getNumeralSmall (long a0, long a1, LongPtr a2, LongPtr a3) throws Z3Exception
 
static boolean getNumeralInt (long a0, long a1, IntPtr a2) throws Z3Exception
 
static boolean getNumeralUint (long a0, long a1, IntPtr a2) throws Z3Exception
 
static boolean getNumeralUint64 (long a0, long a1, LongPtr a2) throws Z3Exception
 
static boolean getNumeralInt64 (long a0, long a1, LongPtr a2) throws Z3Exception
 
static boolean getNumeralRationalInt64 (long a0, long a1, LongPtr a2, LongPtr a3) throws Z3Exception
 
static long getAlgebraicNumberLower (long a0, long a1, int a2) throws Z3Exception
 
static long getAlgebraicNumberUpper (long a0, long a1, int a2) throws Z3Exception
 
static long patternToAst (long a0, long a1) throws Z3Exception
 
static int getPatternNumTerms (long a0, long a1) throws Z3Exception
 
static long getPattern (long a0, long a1, int a2) throws Z3Exception
 
static int getIndexValue (long a0, long a1) throws Z3Exception
 
static boolean isQuantifierForall (long a0, long a1) throws Z3Exception
 
static int getQuantifierWeight (long a0, long a1) throws Z3Exception
 
static int getQuantifierNumPatterns (long a0, long a1) throws Z3Exception
 
static long getQuantifierPatternAst (long a0, long a1, int a2) throws Z3Exception
 
static int getQuantifierNumNoPatterns (long a0, long a1) throws Z3Exception
 
static long getQuantifierNoPatternAst (long a0, long a1, int a2) throws Z3Exception
 
static int getQuantifierNumBound (long a0, long a1) throws Z3Exception
 
static long getQuantifierBoundName (long a0, long a1, int a2) throws Z3Exception
 
static long getQuantifierBoundSort (long a0, long a1, int a2) throws Z3Exception
 
static long getQuantifierBody (long a0, long a1) throws Z3Exception
 
static long simplify (long a0, long a1) throws Z3Exception
 
static long simplifyEx (long a0, long a1, long a2) throws Z3Exception
 
static String simplifyGetHelp (long a0) throws Z3Exception
 
static long simplifyGetParamDescrs (long a0) throws Z3Exception
 
static long updateTerm (long a0, long a1, int a2, long[] a3) throws Z3Exception
 
static long substitute (long a0, long a1, int a2, long[] a3, long[] a4) throws Z3Exception
 
static long substituteVars (long a0, long a1, int a2, long[] a3) throws Z3Exception
 
static long translate (long a0, long a1, long a2) throws Z3Exception
 
static void modelIncRef (long a0, long a1) throws Z3Exception
 
static void modelDecRef (long a0, long a1) throws Z3Exception
 
static boolean modelEval (long a0, long a1, long a2, boolean a3, LongPtr a4) throws Z3Exception
 
static long modelGetConstInterp (long a0, long a1, long a2) throws Z3Exception
 
static long modelGetFuncInterp (long a0, long a1, long a2) throws Z3Exception
 
static int modelGetNumConsts (long a0, long a1) throws Z3Exception
 
static long modelGetConstDecl (long a0, long a1, int a2) throws Z3Exception
 
static int modelGetNumFuncs (long a0, long a1) throws Z3Exception
 
static long modelGetFuncDecl (long a0, long a1, int a2) throws Z3Exception
 
static int modelGetNumSorts (long a0, long a1) throws Z3Exception
 
static long modelGetSort (long a0, long a1, int a2) throws Z3Exception
 
static long modelGetSortUniverse (long a0, long a1, long a2) throws Z3Exception
 
static boolean isAsArray (long a0, long a1) throws Z3Exception
 
static long getAsArrayFuncDecl (long a0, long a1) throws Z3Exception
 
static void funcInterpIncRef (long a0, long a1) throws Z3Exception
 
static void funcInterpDecRef (long a0, long a1) throws Z3Exception
 
static int funcInterpGetNumEntries (long a0, long a1) throws Z3Exception
 
static long funcInterpGetEntry (long a0, long a1, int a2) throws Z3Exception
 
static long funcInterpGetElse (long a0, long a1) throws Z3Exception
 
static int funcInterpGetArity (long a0, long a1) throws Z3Exception
 
static void funcEntryIncRef (long a0, long a1) throws Z3Exception
 
static void funcEntryDecRef (long a0, long a1) throws Z3Exception
 
static long funcEntryGetValue (long a0, long a1) throws Z3Exception
 
static int funcEntryGetNumArgs (long a0, long a1) throws Z3Exception
 
static long funcEntryGetArg (long a0, long a1, int a2) throws Z3Exception
 
static int openLog (String a0)
 
static void appendLog (String a0)
 
static void closeLog ()
 
static void toggleWarningMessages (boolean a0)
 
static void setAstPrintMode (long a0, int a1) throws Z3Exception
 
static String astToString (long a0, long a1) throws Z3Exception
 
static String patternToString (long a0, long a1) throws Z3Exception
 
static String sortToString (long a0, long a1) throws Z3Exception
 
static String funcDeclToString (long a0, long a1) throws Z3Exception
 
static String modelToString (long a0, long a1) throws Z3Exception
 
static String benchmarkToSmtlibString (long a0, String a1, String a2, String a3, String a4, int a5, long[] a6, long a7) throws Z3Exception
 
static long parseSmtlib2String (long a0, String a1, int a2, long[] a3, long[] a4, int a5, long[] a6, long[] a7) throws Z3Exception
 
static long parseSmtlib2File (long a0, String a1, int a2, long[] a3, long[] a4, int a5, long[] a6, long[] a7) throws Z3Exception
 
static void parseSmtlibString (long a0, String a1, int a2, long[] a3, long[] a4, int a5, long[] a6, long[] a7) throws Z3Exception
 
static void parseSmtlibFile (long a0, String a1, int a2, long[] a3, long[] a4, int a5, long[] a6, long[] a7) throws Z3Exception
 
static int getSmtlibNumFormulas (long a0) throws Z3Exception
 
static long getSmtlibFormula (long a0, int a1) throws Z3Exception
 
static int getSmtlibNumAssumptions (long a0) throws Z3Exception
 
static long getSmtlibAssumption (long a0, int a1) throws Z3Exception
 
static int getSmtlibNumDecls (long a0) throws Z3Exception
 
static long getSmtlibDecl (long a0, int a1) throws Z3Exception
 
static int getSmtlibNumSorts (long a0) throws Z3Exception
 
static long getSmtlibSort (long a0, int a1) throws Z3Exception
 
static String getSmtlibError (long a0) throws Z3Exception
 
static int getErrorCode (long a0) throws Z3Exception
 
static void setError (long a0, int a1) throws Z3Exception
 
static String getErrorMsg (int a0)
 
static String getErrorMsgEx (long a0, int a1) throws Z3Exception
 
static void getVersion (IntPtr a0, IntPtr a1, IntPtr a2, IntPtr a3)
 
static void enableTrace (String a0)
 
static void disableTrace (String a0)
 
static void resetMemory ()
 
static long mkFixedpoint (long a0) throws Z3Exception
 
static void fixedpointIncRef (long a0, long a1) throws Z3Exception
 
static void fixedpointDecRef (long a0, long a1) throws Z3Exception
 
static void fixedpointAddRule (long a0, long a1, long a2, long a3) throws Z3Exception
 
static void fixedpointAddFact (long a0, long a1, long a2, int a3, int[] a4) throws Z3Exception
 
static void fixedpointAssert (long a0, long a1, long a2) throws Z3Exception
 
static int fixedpointQuery (long a0, long a1, long a2) throws Z3Exception
 
static int fixedpointQueryRelations (long a0, long a1, int a2, long[] a3) throws Z3Exception
 
static long fixedpointGetAnswer (long a0, long a1) throws Z3Exception
 
static String fixedpointGetReasonUnknown (long a0, long a1) throws Z3Exception
 
static void fixedpointUpdateRule (long a0, long a1, long a2, long a3) throws Z3Exception
 
static int fixedpointGetNumLevels (long a0, long a1, long a2) throws Z3Exception
 
static long fixedpointGetCoverDelta (long a0, long a1, int a2, long a3) throws Z3Exception
 
static void fixedpointAddCover (long a0, long a1, int a2, long a3, long a4) throws Z3Exception
 
static long fixedpointGetStatistics (long a0, long a1) throws Z3Exception
 
static void fixedpointRegisterRelation (long a0, long a1, long a2) throws Z3Exception
 
static void fixedpointSetPredicateRepresentation (long a0, long a1, long a2, int a3, long[] a4) throws Z3Exception
 
static long fixedpointGetRules (long a0, long a1) throws Z3Exception
 
static long fixedpointGetAssertions (long a0, long a1) throws Z3Exception
 
static void fixedpointSetParams (long a0, long a1, long a2) throws Z3Exception
 
static String fixedpointGetHelp (long a0, long a1) throws Z3Exception
 
static long fixedpointGetParamDescrs (long a0, long a1) throws Z3Exception
 
static String fixedpointToString (long a0, long a1, int a2, long[] a3) throws Z3Exception
 
static long fixedpointFromString (long a0, long a1, String a2) throws Z3Exception
 
static long fixedpointFromFile (long a0, long a1, String a2) throws Z3Exception
 
static void fixedpointPush (long a0, long a1) throws Z3Exception
 
static void fixedpointPop (long a0, long a1) throws Z3Exception
 
static long mkAstVector (long a0) throws Z3Exception
 
static void astVectorIncRef (long a0, long a1) throws Z3Exception
 
static void astVectorDecRef (long a0, long a1) throws Z3Exception
 
static int astVectorSize (long a0, long a1) throws Z3Exception
 
static long astVectorGet (long a0, long a1, int a2) throws Z3Exception
 
static void astVectorSet (long a0, long a1, int a2, long a3) throws Z3Exception
 
static void astVectorResize (long a0, long a1, int a2) throws Z3Exception
 
static void astVectorPush (long a0, long a1, long a2) throws Z3Exception
 
static long astVectorTranslate (long a0, long a1, long a2) throws Z3Exception
 
static String astVectorToString (long a0, long a1) throws Z3Exception
 
static long mkAstMap (long a0) throws Z3Exception
 
static void astMapIncRef (long a0, long a1) throws Z3Exception
 
static void astMapDecRef (long a0, long a1) throws Z3Exception
 
static boolean astMapContains (long a0, long a1, long a2) throws Z3Exception
 
static long astMapFind (long a0, long a1, long a2) throws Z3Exception
 
static void astMapInsert (long a0, long a1, long a2, long a3) throws Z3Exception
 
static void astMapErase (long a0, long a1, long a2) throws Z3Exception
 
static void astMapReset (long a0, long a1) throws Z3Exception
 
static int astMapSize (long a0, long a1) throws Z3Exception
 
static long astMapKeys (long a0, long a1) throws Z3Exception
 
static String astMapToString (long a0, long a1) throws Z3Exception
 
static long mkGoal (long a0, boolean a1, boolean a2, boolean a3) throws Z3Exception
 
static void goalIncRef (long a0, long a1) throws Z3Exception
 
static void goalDecRef (long a0, long a1) throws Z3Exception
 
static int goalPrecision (long a0, long a1) throws Z3Exception
 
static void goalAssert (long a0, long a1, long a2) throws Z3Exception
 
static boolean goalInconsistent (long a0, long a1) throws Z3Exception
 
static int goalDepth (long a0, long a1) throws Z3Exception
 
static void goalReset (long a0, long a1) throws Z3Exception
 
static int goalSize (long a0, long a1) throws Z3Exception
 
static long goalFormula (long a0, long a1, int a2) throws Z3Exception
 
static int goalNumExprs (long a0, long a1) throws Z3Exception
 
static boolean goalIsDecidedSat (long a0, long a1) throws Z3Exception
 
static boolean goalIsDecidedUnsat (long a0, long a1) throws Z3Exception
 
static long goalTranslate (long a0, long a1, long a2) throws Z3Exception
 
static String goalToString (long a0, long a1) throws Z3Exception
 
static long mkTactic (long a0, String a1) throws Z3Exception
 
static void tacticIncRef (long a0, long a1) throws Z3Exception
 
static void tacticDecRef (long a0, long a1) throws Z3Exception
 
static long mkProbe (long a0, String a1) throws Z3Exception
 
static void probeIncRef (long a0, long a1) throws Z3Exception
 
static void probeDecRef (long a0, long a1) throws Z3Exception
 
static long tacticAndThen (long a0, long a1, long a2) throws Z3Exception
 
static long tacticOrElse (long a0, long a1, long a2) throws Z3Exception
 
static long tacticParOr (long a0, int a1, long[] a2) throws Z3Exception
 
static long tacticParAndThen (long a0, long a1, long a2) throws Z3Exception
 
static long tacticTryFor (long a0, long a1, int a2) throws Z3Exception
 
static long tacticWhen (long a0, long a1, long a2) throws Z3Exception
 
static long tacticCond (long a0, long a1, long a2, long a3) throws Z3Exception
 
static long tacticRepeat (long a0, long a1, int a2) throws Z3Exception
 
static long tacticSkip (long a0) throws Z3Exception
 
static long tacticFail (long a0) throws Z3Exception
 
static long tacticFailIf (long a0, long a1) throws Z3Exception
 
static long tacticFailIfNotDecided (long a0) throws Z3Exception
 
static long tacticUsingParams (long a0, long a1, long a2) throws Z3Exception
 
static long probeConst (long a0, double a1) throws Z3Exception
 
static long probeLt (long a0, long a1, long a2) throws Z3Exception
 
static long probeGt (long a0, long a1, long a2) throws Z3Exception
 
static long probeLe (long a0, long a1, long a2) throws Z3Exception
 
static long probeGe (long a0, long a1, long a2) throws Z3Exception
 
static long probeEq (long a0, long a1, long a2) throws Z3Exception
 
static long probeAnd (long a0, long a1, long a2) throws Z3Exception
 
static long probeOr (long a0, long a1, long a2) throws Z3Exception
 
static long probeNot (long a0, long a1) throws Z3Exception
 
static int getNumTactics (long a0) throws Z3Exception
 
static String getTacticName (long a0, int a1) throws Z3Exception
 
static int getNumProbes (long a0) throws Z3Exception
 
static String getProbeName (long a0, int a1) throws Z3Exception
 
static String tacticGetHelp (long a0, long a1) throws Z3Exception
 
static long tacticGetParamDescrs (long a0, long a1) throws Z3Exception
 
static String tacticGetDescr (long a0, String a1) throws Z3Exception
 
static String probeGetDescr (long a0, String a1) throws Z3Exception
 
static double probeApply (long a0, long a1, long a2) throws Z3Exception
 
static long tacticApply (long a0, long a1, long a2) throws Z3Exception
 
static long tacticApplyEx (long a0, long a1, long a2, long a3) throws Z3Exception
 
static void applyResultIncRef (long a0, long a1) throws Z3Exception
 
static void applyResultDecRef (long a0, long a1) throws Z3Exception
 
static String applyResultToString (long a0, long a1) throws Z3Exception
 
static int applyResultGetNumSubgoals (long a0, long a1) throws Z3Exception
 
static long applyResultGetSubgoal (long a0, long a1, int a2) throws Z3Exception
 
static long applyResultConvertModel (long a0, long a1, int a2, long a3) throws Z3Exception
 
static long mkSolver (long a0) throws Z3Exception
 
static long mkSimpleSolver (long a0) throws Z3Exception
 
static long mkSolverForLogic (long a0, long a1) throws Z3Exception
 
static long mkSolverFromTactic (long a0, long a1) throws Z3Exception
 
static String solverGetHelp (long a0, long a1) throws Z3Exception
 
static long solverGetParamDescrs (long a0, long a1) throws Z3Exception
 
static void solverSetParams (long a0, long a1, long a2) throws Z3Exception
 
static void solverIncRef (long a0, long a1) throws Z3Exception
 
static void solverDecRef (long a0, long a1) throws Z3Exception
 
static void solverPush (long a0, long a1) throws Z3Exception
 
static void solverPop (long a0, long a1, int a2) throws Z3Exception
 
static void solverReset (long a0, long a1) throws Z3Exception
 
static int solverGetNumScopes (long a0, long a1) throws Z3Exception
 
static void solverAssert (long a0, long a1, long a2) throws Z3Exception
 
static void solverAssertAndTrack (long a0, long a1, long a2, long a3) throws Z3Exception
 
static long solverGetAssertions (long a0, long a1) throws Z3Exception
 
static int solverCheck (long a0, long a1) throws Z3Exception
 
static int solverCheckAssumptions (long a0, long a1, int a2, long[] a3) throws Z3Exception
 
static long solverGetModel (long a0, long a1) throws Z3Exception
 
static long solverGetProof (long a0, long a1) throws Z3Exception
 
static long solverGetUnsatCore (long a0, long a1) throws Z3Exception
 
static String solverGetReasonUnknown (long a0, long a1) throws Z3Exception
 
static long solverGetStatistics (long a0, long a1) throws Z3Exception
 
static String solverToString (long a0, long a1) throws Z3Exception
 
static String statsToString (long a0, long a1) throws Z3Exception
 
static void statsIncRef (long a0, long a1) throws Z3Exception
 
static void statsDecRef (long a0, long a1) throws Z3Exception
 
static int statsSize (long a0, long a1) throws Z3Exception
 
static String statsGetKey (long a0, long a1, int a2) throws Z3Exception
 
static boolean statsIsUint (long a0, long a1, int a2) throws Z3Exception
 
static boolean statsIsDouble (long a0, long a1, int a2) throws Z3Exception
 
static int statsGetUintValue (long a0, long a1, int a2) throws Z3Exception
 
static double statsGetDoubleValue (long a0, long a1, int a2) throws Z3Exception
 
static long mkInjectiveFunction (long a0, long a1, int a2, long[] a3, long a4) throws Z3Exception
 
static void setLogic (long a0, String a1) throws Z3Exception
 
static void push (long a0) throws Z3Exception
 
static void pop (long a0, int a1) throws Z3Exception
 
static int getNumScopes (long a0) throws Z3Exception
 
static void persistAst (long a0, long a1, int a2) throws Z3Exception
 
static void assertCnstr (long a0, long a1) throws Z3Exception
 
static int checkAndGetModel (long a0, LongPtr a1) throws Z3Exception
 
static int check (long a0) throws Z3Exception
 
static int checkAssumptions (long a0, int a1, long[] a2, LongPtr a3, LongPtr a4, IntPtr a5, long[] a6) throws Z3Exception
 
static int getImpliedEqualities (long a0, long a1, int a2, long[] a3, int[] a4) throws Z3Exception
 
static void delModel (long a0, long a1) throws Z3Exception
 
static void softCheckCancel (long a0) throws Z3Exception
 
static int getSearchFailure (long a0) throws Z3Exception
 
static long mkLabel (long a0, long a1, boolean a2, long a3) throws Z3Exception
 
static long getRelevantLabels (long a0) throws Z3Exception
 
static long getRelevantLiterals (long a0) throws Z3Exception
 
static long getGuessedLiterals (long a0) throws Z3Exception
 
static void delLiterals (long a0, long a1) throws Z3Exception
 
static int getNumLiterals (long a0, long a1) throws Z3Exception
 
static long getLabelSymbol (long a0, long a1, int a2) throws Z3Exception
 
static long getLiteral (long a0, long a1, int a2) throws Z3Exception
 
static void disableLiteral (long a0, long a1, int a2) throws Z3Exception
 
static void blockLiterals (long a0, long a1) throws Z3Exception
 
static int getModelNumConstants (long a0, long a1) throws Z3Exception
 
static long getModelConstant (long a0, long a1, int a2) throws Z3Exception
 
static int getModelNumFuncs (long a0, long a1) throws Z3Exception
 
static long getModelFuncDecl (long a0, long a1, int a2) throws Z3Exception
 
static boolean evalFuncDecl (long a0, long a1, long a2, LongPtr a3) throws Z3Exception
 
static boolean isArrayValue (long a0, long a1, long a2, IntPtr a3) throws Z3Exception
 
static void getArrayValue (long a0, long a1, long a2, int a3, long[] a4, long[] a5, LongPtr a6) throws Z3Exception
 
static long getModelFuncElse (long a0, long a1, int a2) throws Z3Exception
 
static int getModelFuncNumEntries (long a0, long a1, int a2) throws Z3Exception
 
static int getModelFuncEntryNumArgs (long a0, long a1, int a2, int a3) throws Z3Exception
 
static long getModelFuncEntryArg (long a0, long a1, int a2, int a3, int a4) throws Z3Exception
 
static long getModelFuncEntryValue (long a0, long a1, int a2, int a3) throws Z3Exception
 
static boolean eval (long a0, long a1, long a2, LongPtr a3) throws Z3Exception
 
static boolean evalDecl (long a0, long a1, long a2, int a3, long[] a4, LongPtr a5) throws Z3Exception
 
static String contextToString (long a0) throws Z3Exception
 
static String statisticsToString (long a0) throws Z3Exception
 
static long getContextAssignment (long a0) throws Z3Exception
 
static boolean algebraicIsValue (long a0, long a1) throws Z3Exception
 
static boolean algebraicIsPos (long a0, long a1) throws Z3Exception
 
static boolean algebraicIsNeg (long a0, long a1) throws Z3Exception
 
static boolean algebraicIsZero (long a0, long a1) throws Z3Exception
 
static int algebraicSign (long a0, long a1) throws Z3Exception
 
static long algebraicAdd (long a0, long a1, long a2) throws Z3Exception
 
static long algebraicSub (long a0, long a1, long a2) throws Z3Exception
 
static long algebraicMul (long a0, long a1, long a2) throws Z3Exception
 
static long algebraicDiv (long a0, long a1, long a2) throws Z3Exception
 
static long algebraicRoot (long a0, long a1, int a2) throws Z3Exception
 
static long algebraicPower (long a0, long a1, int a2) throws Z3Exception
 
static boolean algebraicLt (long a0, long a1, long a2) throws Z3Exception
 
static boolean algebraicGt (long a0, long a1, long a2) throws Z3Exception
 
static boolean algebraicLe (long a0, long a1, long a2) throws Z3Exception
 
static boolean algebraicGe (long a0, long a1, long a2) throws Z3Exception
 
static boolean algebraicEq (long a0, long a1, long a2) throws Z3Exception
 
static boolean algebraicNeq (long a0, long a1, long a2) throws Z3Exception
 
static long algebraicRoots (long a0, long a1, int a2, long[] a3) throws Z3Exception
 
static int algebraicEval (long a0, long a1, int a2, long[] a3) throws Z3Exception
 
static long polynomialSubresultants (long a0, long a1, long a2, long a3) throws Z3Exception
 
static void rcfDel (long a0, long a1) throws Z3Exception
 
static long rcfMkRational (long a0, String a1) throws Z3Exception
 
static long rcfMkSmallInt (long a0, int a1) throws Z3Exception
 
static long rcfMkPi (long a0) throws Z3Exception
 
static long rcfMkE (long a0) throws Z3Exception
 
static long rcfMkInfinitesimal (long a0) throws Z3Exception
 
static int rcfMkRoots (long a0, int a1, long[] a2, long[] a3) throws Z3Exception
 
static long rcfAdd (long a0, long a1, long a2) throws Z3Exception
 
static long rcfSub (long a0, long a1, long a2) throws Z3Exception
 
static long rcfMul (long a0, long a1, long a2) throws Z3Exception
 
static long rcfDiv (long a0, long a1, long a2) throws Z3Exception
 
static long rcfNeg (long a0, long a1) throws Z3Exception
 
static long rcfInv (long a0, long a1) throws Z3Exception
 
static long rcfPower (long a0, long a1, int a2) throws Z3Exception
 
static boolean rcfLt (long a0, long a1, long a2) throws Z3Exception
 
static boolean rcfGt (long a0, long a1, long a2) throws Z3Exception
 
static boolean rcfLe (long a0, long a1, long a2) throws Z3Exception
 
static boolean rcfGe (long a0, long a1, long a2) throws Z3Exception
 
static boolean rcfEq (long a0, long a1, long a2) throws Z3Exception
 
static boolean rcfNeq (long a0, long a1, long a2) throws Z3Exception
 
static String rcfNumToString (long a0, long a1, boolean a2, boolean a3) throws Z3Exception
 
static String rcfNumToDecimalString (long a0, long a1, int a2) throws Z3Exception
 
static void rcfGetNumeratorDenominator (long a0, long a1, LongPtr a2, LongPtr a3) throws Z3Exception
 
static long mkInterpolant (long a0, long a1) throws Z3Exception
 
static long mkInterpolationContext (long a0)
 
static long getInterpolant (long a0, long a1, long a2, long a3) throws Z3Exception
 
static int computeInterpolant (long a0, long a1, long a2, LongPtr a3, LongPtr a4) throws Z3Exception
 
static String interpolationProfile (long a0) throws Z3Exception
 
static int readInterpolationProblem (long a0, IntPtr a1, ObjArrayPtr a2, UIntArrayPtr a3, String a4, StringPtr a5, IntPtr a6, ObjArrayPtr a7) throws Z3Exception
 
static int checkInterpolant (long a0, int a1, long[] a2, int[] a3, long[] a4, StringPtr a5, int a6, long[] a7) throws Z3Exception
 
static void writeInterpolationProblem (long a0, int a1, long[] a2, int[] a3, String a4, int a5, long[] a6) throws Z3Exception
 
static long mkFpaRoundingModeSort (long a0) throws Z3Exception
 
static long mkFpaRoundNearestTiesToEven (long a0) throws Z3Exception
 
static long mkFpaRne (long a0) throws Z3Exception
 
static long mkFpaRoundNearestTiesToAway (long a0) throws Z3Exception
 
static long mkFpaRna (long a0) throws Z3Exception
 
static long mkFpaRoundTowardPositive (long a0) throws Z3Exception
 
static long mkFpaRtp (long a0) throws Z3Exception
 
static long mkFpaRoundTowardNegative (long a0) throws Z3Exception
 
static long mkFpaRtn (long a0) throws Z3Exception
 
static long mkFpaRoundTowardZero (long a0) throws Z3Exception
 
static long mkFpaRtz (long a0) throws Z3Exception
 
static long mkFpaSort (long a0, int a1, int a2) throws Z3Exception
 
static long mkFpaSortHalf (long a0) throws Z3Exception
 
static long mkFpaSort16 (long a0) throws Z3Exception
 
static long mkFpaSortSingle (long a0) throws Z3Exception
 
static long mkFpaSort32 (long a0) throws Z3Exception
 
static long mkFpaSortDouble (long a0) throws Z3Exception
 
static long mkFpaSort64 (long a0) throws Z3Exception
 
static long mkFpaSortQuadruple (long a0) throws Z3Exception
 
static long mkFpaSort128 (long a0) throws Z3Exception
 
static long mkFpaNan (long a0, long a1) throws Z3Exception
 
static long mkFpaInf (long a0, long a1, boolean a2) throws Z3Exception
 
static long mkFpaZero (long a0, long a1, boolean a2) throws Z3Exception
 
static long mkFpaFp (long a0, long a1, long a2, long a3) throws Z3Exception
 
static long mkFpaNumeralFloat (long a0, float a1, long a2) throws Z3Exception
 
static long mkFpaNumeralDouble (long a0, double a1, long a2) throws Z3Exception
 
static long mkFpaNumeralInt (long a0, int a1, long a2) throws Z3Exception
 
static long mkFpaNumeralIntUint (long a0, boolean a1, int a2, int a3, long a4) throws Z3Exception
 
static long mkFpaNumeralInt64Uint64 (long a0, boolean a1, long a2, long a3, long a4) throws Z3Exception
 
static long mkFpaAbs (long a0, long a1) throws Z3Exception
 
static long mkFpaNeg (long a0, long a1) throws Z3Exception
 
static long mkFpaAdd (long a0, long a1, long a2, long a3) throws Z3Exception
 
static long mkFpaSub (long a0, long a1, long a2, long a3) throws Z3Exception
 
static long mkFpaMul (long a0, long a1, long a2, long a3) throws Z3Exception
 
static long mkFpaDiv (long a0, long a1, long a2, long a3) throws Z3Exception
 
static long mkFpaFma (long a0, long a1, long a2, long a3, long a4) throws Z3Exception
 
static long mkFpaSqrt (long a0, long a1, long a2) throws Z3Exception
 
static long mkFpaRem (long a0, long a1, long a2) throws Z3Exception
 
static long mkFpaRoundToIntegral (long a0, long a1, long a2) throws Z3Exception
 
static long mkFpaMin (long a0, long a1, long a2) throws Z3Exception
 
static long mkFpaMax (long a0, long a1, long a2) throws Z3Exception
 
static long mkFpaLeq (long a0, long a1, long a2) throws Z3Exception
 
static long mkFpaLt (long a0, long a1, long a2) throws Z3Exception
 
static long mkFpaGeq (long a0, long a1, long a2) throws Z3Exception
 
static long mkFpaGt (long a0, long a1, long a2) throws Z3Exception
 
static long mkFpaEq (long a0, long a1, long a2) throws Z3Exception
 
static long mkFpaIsNormal (long a0, long a1) throws Z3Exception
 
static long mkFpaIsSubnormal (long a0, long a1) throws Z3Exception
 
static long mkFpaIsZero (long a0, long a1) throws Z3Exception
 
static long mkFpaIsInfinite (long a0, long a1) throws Z3Exception
 
static long mkFpaIsNan (long a0, long a1) throws Z3Exception
 
static long mkFpaIsNegative (long a0, long a1) throws Z3Exception
 
static long mkFpaIsPositive (long a0, long a1) throws Z3Exception
 
static long mkFpaToFpBv (long a0, long a1, long a2) throws Z3Exception
 
static long mkFpaToFpFloat (long a0, long a1, long a2, long a3) throws Z3Exception
 
static long mkFpaToFpReal (long a0, long a1, long a2, long a3) throws Z3Exception
 
static long mkFpaToFpSigned (long a0, long a1, long a2, long a3) throws Z3Exception
 
static long mkFpaToFpUnsigned (long a0, long a1, long a2, long a3) throws Z3Exception
 
static long mkFpaToUbv (long a0, long a1, long a2, int a3) throws Z3Exception
 
static long mkFpaToSbv (long a0, long a1, long a2, int a3) throws Z3Exception
 
static long mkFpaToReal (long a0, long a1) throws Z3Exception
 
static int fpaGetEbits (long a0, long a1) throws Z3Exception
 
static int fpaGetSbits (long a0, long a1) throws Z3Exception
 
static boolean fpaGetNumeralSign (long a0, long a1, IntPtr a2) throws Z3Exception
 
static String fpaGetNumeralSignificandString (long a0, long a1) throws Z3Exception
 
static String fpaGetNumeralExponentString (long a0, long a1) throws Z3Exception
 
static boolean fpaGetNumeralExponentInt64 (long a0, long a1, LongPtr a2) throws Z3Exception
 
static long mkFpaToIeeeBv (long a0, long a1) throws Z3Exception
 
static long mkFpaToFpIntReal (long a0, long a1, long a2, long a3, long a4) throws Z3Exception
 

Static Protected Member Functions

static native void INTERNALglobalParamSet (String a0, String a1)
 
static native void INTERNALglobalParamResetAll ()
 
static native boolean INTERNALglobalParamGet (String a0, StringPtr a1)
 
static native long INTERNALmkConfig ()
 
static native void INTERNALdelConfig (long a0)
 
static native void INTERNALsetParamValue (long a0, String a1, String a2)
 
static native long INTERNALmkContext (long a0)
 
static native long INTERNALmkContextRc (long a0)
 
static native void INTERNALdelContext (long a0)
 
static native void INTERNALincRef (long a0, long a1)
 
static native void INTERNALdecRef (long a0, long a1)
 
static native void INTERNALupdateParamValue (long a0, String a1, String a2)
 
static native void INTERNALinterrupt (long a0)
 
static native long INTERNALmkParams (long a0)
 
static native void INTERNALparamsIncRef (long a0, long a1)
 
static native void INTERNALparamsDecRef (long a0, long a1)
 
static native void INTERNALparamsSetBool (long a0, long a1, long a2, boolean a3)
 
static native void INTERNALparamsSetUint (long a0, long a1, long a2, int a3)
 
static native void INTERNALparamsSetDouble (long a0, long a1, long a2, double a3)
 
static native void INTERNALparamsSetSymbol (long a0, long a1, long a2, long a3)
 
static native String INTERNALparamsToString (long a0, long a1)
 
static native void INTERNALparamsValidate (long a0, long a1, long a2)
 
static native void INTERNALparamDescrsIncRef (long a0, long a1)
 
static native void INTERNALparamDescrsDecRef (long a0, long a1)
 
static native int INTERNALparamDescrsGetKind (long a0, long a1, long a2)
 
static native int INTERNALparamDescrsSize (long a0, long a1)
 
static native long INTERNALparamDescrsGetName (long a0, long a1, int a2)
 
static native String INTERNALparamDescrsToString (long a0, long a1)
 
static native long INTERNALmkIntSymbol (long a0, int a1)
 
static native long INTERNALmkStringSymbol (long a0, String a1)
 
static native long INTERNALmkUninterpretedSort (long a0, long a1)
 
static native long INTERNALmkBoolSort (long a0)
 
static native long INTERNALmkIntSort (long a0)
 
static native long INTERNALmkRealSort (long a0)
 
static native long INTERNALmkBvSort (long a0, int a1)
 
static native long INTERNALmkFiniteDomainSort (long a0, long a1, long a2)
 
static native long INTERNALmkArraySort (long a0, long a1, long a2)
 
static native long INTERNALmkTupleSort (long a0, long a1, int a2, long[] a3, long[] a4, LongPtr a5, long[] a6)
 
static native long INTERNALmkEnumerationSort (long a0, long a1, int a2, long[] a3, long[] a4, long[] a5)
 
static native long INTERNALmkListSort (long a0, long a1, long a2, LongPtr a3, LongPtr a4, LongPtr a5, LongPtr a6, LongPtr a7, LongPtr a8)
 
static native long INTERNALmkConstructor (long a0, long a1, long a2, int a3, long[] a4, long[] a5, int[] a6)
 
static native void INTERNALdelConstructor (long a0, long a1)
 
static native long INTERNALmkDatatype (long a0, long a1, int a2, long[] a3)
 
static native long INTERNALmkConstructorList (long a0, int a1, long[] a2)
 
static native void INTERNALdelConstructorList (long a0, long a1)
 
static native void INTERNALmkDatatypes (long a0, int a1, long[] a2, long[] a3, long[] a4)
 
static native void INTERNALqueryConstructor (long a0, long a1, int a2, LongPtr a3, LongPtr a4, long[] a5)
 
static native long INTERNALmkFuncDecl (long a0, long a1, int a2, long[] a3, long a4)
 
static native long INTERNALmkApp (long a0, long a1, int a2, long[] a3)
 
static native long INTERNALmkConst (long a0, long a1, long a2)
 
static native long INTERNALmkFreshFuncDecl (long a0, String a1, int a2, long[] a3, long a4)
 
static native long INTERNALmkFreshConst (long a0, String a1, long a2)
 
static native long INTERNALmkTrue (long a0)
 
static native long INTERNALmkFalse (long a0)
 
static native long INTERNALmkEq (long a0, long a1, long a2)
 
static native long INTERNALmkDistinct (long a0, int a1, long[] a2)
 
static native long INTERNALmkNot (long a0, long a1)
 
static native long INTERNALmkIte (long a0, long a1, long a2, long a3)
 
static native long INTERNALmkIff (long a0, long a1, long a2)
 
static native long INTERNALmkImplies (long a0, long a1, long a2)
 
static native long INTERNALmkXor (long a0, long a1, long a2)
 
static native long INTERNALmkAnd (long a0, int a1, long[] a2)
 
static native long INTERNALmkOr (long a0, int a1, long[] a2)
 
static native long INTERNALmkAdd (long a0, int a1, long[] a2)
 
static native long INTERNALmkMul (long a0, int a1, long[] a2)
 
static native long INTERNALmkSub (long a0, int a1, long[] a2)
 
static native long INTERNALmkUnaryMinus (long a0, long a1)
 
static native long INTERNALmkDiv (long a0, long a1, long a2)
 
static native long INTERNALmkMod (long a0, long a1, long a2)
 
static native long INTERNALmkRem (long a0, long a1, long a2)
 
static native long INTERNALmkPower (long a0, long a1, long a2)
 
static native long INTERNALmkLt (long a0, long a1, long a2)
 
static native long INTERNALmkLe (long a0, long a1, long a2)
 
static native long INTERNALmkGt (long a0, long a1, long a2)
 
static native long INTERNALmkGe (long a0, long a1, long a2)
 
static native long INTERNALmkInt2real (long a0, long a1)
 
static native long INTERNALmkReal2int (long a0, long a1)
 
static native long INTERNALmkIsInt (long a0, long a1)
 
static native long INTERNALmkBvnot (long a0, long a1)
 
static native long INTERNALmkBvredand (long a0, long a1)
 
static native long INTERNALmkBvredor (long a0, long a1)
 
static native long INTERNALmkBvand (long a0, long a1, long a2)
 
static native long INTERNALmkBvor (long a0, long a1, long a2)
 
static native long INTERNALmkBvxor (long a0, long a1, long a2)
 
static native long INTERNALmkBvnand (long a0, long a1, long a2)
 
static native long INTERNALmkBvnor (long a0, long a1, long a2)
 
static native long INTERNALmkBvxnor (long a0, long a1, long a2)
 
static native long INTERNALmkBvneg (long a0, long a1)
 
static native long INTERNALmkBvadd (long a0, long a1, long a2)
 
static native long INTERNALmkBvsub (long a0, long a1, long a2)
 
static native long INTERNALmkBvmul (long a0, long a1, long a2)
 
static native long INTERNALmkBvudiv (long a0, long a1, long a2)
 
static native long INTERNALmkBvsdiv (long a0, long a1, long a2)
 
static native long INTERNALmkBvurem (long a0, long a1, long a2)
 
static native long INTERNALmkBvsrem (long a0, long a1, long a2)
 
static native long INTERNALmkBvsmod (long a0, long a1, long a2)
 
static native long INTERNALmkBvult (long a0, long a1, long a2)
 
static native long INTERNALmkBvslt (long a0, long a1, long a2)
 
static native long INTERNALmkBvule (long a0, long a1, long a2)
 
static native long INTERNALmkBvsle (long a0, long a1, long a2)
 
static native long INTERNALmkBvuge (long a0, long a1, long a2)
 
static native long INTERNALmkBvsge (long a0, long a1, long a2)
 
static native long INTERNALmkBvugt (long a0, long a1, long a2)
 
static native long INTERNALmkBvsgt (long a0, long a1, long a2)
 
static native long INTERNALmkConcat (long a0, long a1, long a2)
 
static native long INTERNALmkExtract (long a0, int a1, int a2, long a3)
 
static native long INTERNALmkSignExt (long a0, int a1, long a2)
 
static native long INTERNALmkZeroExt (long a0, int a1, long a2)
 
static native long INTERNALmkRepeat (long a0, int a1, long a2)
 
static native long INTERNALmkBvshl (long a0, long a1, long a2)
 
static native long INTERNALmkBvlshr (long a0, long a1, long a2)
 
static native long INTERNALmkBvashr (long a0, long a1, long a2)
 
static native long INTERNALmkRotateLeft (long a0, int a1, long a2)
 
static native long INTERNALmkRotateRight (long a0, int a1, long a2)
 
static native long INTERNALmkExtRotateLeft (long a0, long a1, long a2)
 
static native long INTERNALmkExtRotateRight (long a0, long a1, long a2)
 
static native long INTERNALmkInt2bv (long a0, int a1, long a2)
 
static native long INTERNALmkBv2int (long a0, long a1, boolean a2)
 
static native long INTERNALmkBvaddNoOverflow (long a0, long a1, long a2, boolean a3)
 
static native long INTERNALmkBvaddNoUnderflow (long a0, long a1, long a2)
 
static native long INTERNALmkBvsubNoOverflow (long a0, long a1, long a2)
 
static native long INTERNALmkBvsubNoUnderflow (long a0, long a1, long a2, boolean a3)
 
static native long INTERNALmkBvsdivNoOverflow (long a0, long a1, long a2)
 
static native long INTERNALmkBvnegNoOverflow (long a0, long a1)
 
static native long INTERNALmkBvmulNoOverflow (long a0, long a1, long a2, boolean a3)
 
static native long INTERNALmkBvmulNoUnderflow (long a0, long a1, long a2)
 
static native long INTERNALmkSelect (long a0, long a1, long a2)
 
static native long INTERNALmkStore (long a0, long a1, long a2, long a3)
 
static native long INTERNALmkConstArray (long a0, long a1, long a2)
 
static native long INTERNALmkMap (long a0, long a1, int a2, long[] a3)
 
static native long INTERNALmkArrayDefault (long a0, long a1)
 
static native long INTERNALmkSetSort (long a0, long a1)
 
static native long INTERNALmkEmptySet (long a0, long a1)
 
static native long INTERNALmkFullSet (long a0, long a1)
 
static native long INTERNALmkSetAdd (long a0, long a1, long a2)
 
static native long INTERNALmkSetDel (long a0, long a1, long a2)
 
static native long INTERNALmkSetUnion (long a0, int a1, long[] a2)
 
static native long INTERNALmkSetIntersect (long a0, int a1, long[] a2)
 
static native long INTERNALmkSetDifference (long a0, long a1, long a2)
 
static native long INTERNALmkSetComplement (long a0, long a1)
 
static native long INTERNALmkSetMember (long a0, long a1, long a2)
 
static native long INTERNALmkSetSubset (long a0, long a1, long a2)
 
static native long INTERNALmkNumeral (long a0, String a1, long a2)
 
static native long INTERNALmkReal (long a0, int a1, int a2)
 
static native long INTERNALmkInt (long a0, int a1, long a2)
 
static native long INTERNALmkUnsignedInt (long a0, int a1, long a2)
 
static native long INTERNALmkInt64 (long a0, long a1, long a2)
 
static native long INTERNALmkUnsignedInt64 (long a0, long a1, long a2)
 
static native long INTERNALmkPattern (long a0, int a1, long[] a2)
 
static native long INTERNALmkBound (long a0, int a1, long a2)
 
static native long INTERNALmkForall (long a0, int a1, int a2, long[] a3, int a4, long[] a5, long[] a6, long a7)
 
static native long INTERNALmkExists (long a0, int a1, int a2, long[] a3, int a4, long[] a5, long[] a6, long a7)
 
static native long INTERNALmkQuantifier (long a0, boolean a1, int a2, int a3, long[] a4, int a5, long[] a6, long[] a7, long a8)
 
static native long INTERNALmkQuantifierEx (long a0, boolean a1, int a2, long a3, long a4, int a5, long[] a6, int a7, long[] a8, int a9, long[] a10, long[] a11, long a12)
 
static native long INTERNALmkForallConst (long a0, int a1, int a2, long[] a3, int a4, long[] a5, long a6)
 
static native long INTERNALmkExistsConst (long a0, int a1, int a2, long[] a3, int a4, long[] a5, long a6)
 
static native long INTERNALmkQuantifierConst (long a0, boolean a1, int a2, int a3, long[] a4, int a5, long[] a6, long a7)
 
static native long INTERNALmkQuantifierConstEx (long a0, boolean a1, int a2, long a3, long a4, int a5, long[] a6, int a7, long[] a8, int a9, long[] a10, long a11)
 
static native int INTERNALgetSymbolKind (long a0, long a1)
 
static native int INTERNALgetSymbolInt (long a0, long a1)
 
static native String INTERNALgetSymbolString (long a0, long a1)
 
static native long INTERNALgetSortName (long a0, long a1)
 
static native int INTERNALgetSortId (long a0, long a1)
 
static native long INTERNALsortToAst (long a0, long a1)
 
static native boolean INTERNALisEqSort (long a0, long a1, long a2)
 
static native int INTERNALgetSortKind (long a0, long a1)
 
static native int INTERNALgetBvSortSize (long a0, long a1)
 
static native boolean INTERNALgetFiniteDomainSortSize (long a0, long a1, LongPtr a2)
 
static native long INTERNALgetArraySortDomain (long a0, long a1)
 
static native long INTERNALgetArraySortRange (long a0, long a1)
 
static native long INTERNALgetTupleSortMkDecl (long a0, long a1)
 
static native int INTERNALgetTupleSortNumFields (long a0, long a1)
 
static native long INTERNALgetTupleSortFieldDecl (long a0, long a1, int a2)
 
static native int INTERNALgetDatatypeSortNumConstructors (long a0, long a1)
 
static native long INTERNALgetDatatypeSortConstructor (long a0, long a1, int a2)
 
static native long INTERNALgetDatatypeSortRecognizer (long a0, long a1, int a2)
 
static native long INTERNALgetDatatypeSortConstructorAccessor (long a0, long a1, int a2, int a3)
 
static native int INTERNALgetRelationArity (long a0, long a1)
 
static native long INTERNALgetRelationColumn (long a0, long a1, int a2)
 
static native long INTERNALfuncDeclToAst (long a0, long a1)
 
static native boolean INTERNALisEqFuncDecl (long a0, long a1, long a2)
 
static native int INTERNALgetFuncDeclId (long a0, long a1)
 
static native long INTERNALgetDeclName (long a0, long a1)
 
static native int INTERNALgetDeclKind (long a0, long a1)
 
static native int INTERNALgetDomainSize (long a0, long a1)
 
static native int INTERNALgetArity (long a0, long a1)
 
static native long INTERNALgetDomain (long a0, long a1, int a2)
 
static native long INTERNALgetRange (long a0, long a1)
 
static native int INTERNALgetDeclNumParameters (long a0, long a1)
 
static native int INTERNALgetDeclParameterKind (long a0, long a1, int a2)
 
static native int INTERNALgetDeclIntParameter (long a0, long a1, int a2)
 
static native double INTERNALgetDeclDoubleParameter (long a0, long a1, int a2)
 
static native long INTERNALgetDeclSymbolParameter (long a0, long a1, int a2)
 
static native long INTERNALgetDeclSortParameter (long a0, long a1, int a2)
 
static native long INTERNALgetDeclAstParameter (long a0, long a1, int a2)
 
static native long INTERNALgetDeclFuncDeclParameter (long a0, long a1, int a2)
 
static native String INTERNALgetDeclRationalParameter (long a0, long a1, int a2)
 
static native long INTERNALappToAst (long a0, long a1)
 
static native long INTERNALgetAppDecl (long a0, long a1)
 
static native int INTERNALgetAppNumArgs (long a0, long a1)
 
static native long INTERNALgetAppArg (long a0, long a1, int a2)
 
static native boolean INTERNALisEqAst (long a0, long a1, long a2)
 
static native int INTERNALgetAstId (long a0, long a1)
 
static native int INTERNALgetAstHash (long a0, long a1)
 
static native long INTERNALgetSort (long a0, long a1)
 
static native boolean INTERNALisWellSorted (long a0, long a1)
 
static native int INTERNALgetBoolValue (long a0, long a1)
 
static native int INTERNALgetAstKind (long a0, long a1)
 
static native boolean INTERNALisApp (long a0, long a1)
 
static native boolean INTERNALisNumeralAst (long a0, long a1)
 
static native boolean INTERNALisAlgebraicNumber (long a0, long a1)
 
static native long INTERNALtoApp (long a0, long a1)
 
static native long INTERNALtoFuncDecl (long a0, long a1)
 
static native String INTERNALgetNumeralString (long a0, long a1)
 
static native String INTERNALgetNumeralDecimalString (long a0, long a1, int a2)
 
static native long INTERNALgetNumerator (long a0, long a1)
 
static native long INTERNALgetDenominator (long a0, long a1)
 
static native boolean INTERNALgetNumeralSmall (long a0, long a1, LongPtr a2, LongPtr a3)
 
static native boolean INTERNALgetNumeralInt (long a0, long a1, IntPtr a2)
 
static native boolean INTERNALgetNumeralUint (long a0, long a1, IntPtr a2)
 
static native boolean INTERNALgetNumeralUint64 (long a0, long a1, LongPtr a2)
 
static native boolean INTERNALgetNumeralInt64 (long a0, long a1, LongPtr a2)
 
static native boolean INTERNALgetNumeralRationalInt64 (long a0, long a1, LongPtr a2, LongPtr a3)
 
static native long INTERNALgetAlgebraicNumberLower (long a0, long a1, int a2)
 
static native long INTERNALgetAlgebraicNumberUpper (long a0, long a1, int a2)
 
static native long INTERNALpatternToAst (long a0, long a1)
 
static native int INTERNALgetPatternNumTerms (long a0, long a1)
 
static native long INTERNALgetPattern (long a0, long a1, int a2)
 
static native int INTERNALgetIndexValue (long a0, long a1)
 
static native boolean INTERNALisQuantifierForall (long a0, long a1)
 
static native int INTERNALgetQuantifierWeight (long a0, long a1)
 
static native int INTERNALgetQuantifierNumPatterns (long a0, long a1)
 
static native long INTERNALgetQuantifierPatternAst (long a0, long a1, int a2)
 
static native int INTERNALgetQuantifierNumNoPatterns (long a0, long a1)
 
static native long INTERNALgetQuantifierNoPatternAst (long a0, long a1, int a2)
 
static native int INTERNALgetQuantifierNumBound (long a0, long a1)
 
static native long INTERNALgetQuantifierBoundName (long a0, long a1, int a2)
 
static native long INTERNALgetQuantifierBoundSort (long a0, long a1, int a2)
 
static native long INTERNALgetQuantifierBody (long a0, long a1)
 
static native long INTERNALsimplify (long a0, long a1)
 
static native long INTERNALsimplifyEx (long a0, long a1, long a2)
 
static native String INTERNALsimplifyGetHelp (long a0)
 
static native long INTERNALsimplifyGetParamDescrs (long a0)
 
static native long INTERNALupdateTerm (long a0, long a1, int a2, long[] a3)
 
static native long INTERNALsubstitute (long a0, long a1, int a2, long[] a3, long[] a4)
 
static native long INTERNALsubstituteVars (long a0, long a1, int a2, long[] a3)
 
static native long INTERNALtranslate (long a0, long a1, long a2)
 
static native void INTERNALmodelIncRef (long a0, long a1)
 
static native void INTERNALmodelDecRef (long a0, long a1)
 
static native boolean INTERNALmodelEval (long a0, long a1, long a2, boolean a3, LongPtr a4)
 
static native long INTERNALmodelGetConstInterp (long a0, long a1, long a2)
 
static native long INTERNALmodelGetFuncInterp (long a0, long a1, long a2)
 
static native int INTERNALmodelGetNumConsts (long a0, long a1)
 
static native long INTERNALmodelGetConstDecl (long a0, long a1, int a2)
 
static native int INTERNALmodelGetNumFuncs (long a0, long a1)
 
static native long INTERNALmodelGetFuncDecl (long a0, long a1, int a2)
 
static native int INTERNALmodelGetNumSorts (long a0, long a1)
 
static native long INTERNALmodelGetSort (long a0, long a1, int a2)
 
static native long INTERNALmodelGetSortUniverse (long a0, long a1, long a2)
 
static native boolean INTERNALisAsArray (long a0, long a1)
 
static native long INTERNALgetAsArrayFuncDecl (long a0, long a1)
 
static native void INTERNALfuncInterpIncRef (long a0, long a1)
 
static native void INTERNALfuncInterpDecRef (long a0, long a1)
 
static native int INTERNALfuncInterpGetNumEntries (long a0, long a1)
 
static native long INTERNALfuncInterpGetEntry (long a0, long a1, int a2)
 
static native long INTERNALfuncInterpGetElse (long a0, long a1)
 
static native int INTERNALfuncInterpGetArity (long a0, long a1)
 
static native void INTERNALfuncEntryIncRef (long a0, long a1)
 
static native void INTERNALfuncEntryDecRef (long a0, long a1)
 
static native long INTERNALfuncEntryGetValue (long a0, long a1)
 
static native int INTERNALfuncEntryGetNumArgs (long a0, long a1)
 
static native long INTERNALfuncEntryGetArg (long a0, long a1, int a2)
 
static native int INTERNALopenLog (String a0)
 
static native void INTERNALappendLog (String a0)
 
static native void INTERNALcloseLog ()
 
static native void INTERNALtoggleWarningMessages (boolean a0)
 
static native void INTERNALsetAstPrintMode (long a0, int a1)
 
static native String INTERNALastToString (long a0, long a1)
 
static native String INTERNALpatternToString (long a0, long a1)
 
static native String INTERNALsortToString (long a0, long a1)
 
static native String INTERNALfuncDeclToString (long a0, long a1)
 
static native String INTERNALmodelToString (long a0, long a1)
 
static native String INTERNALbenchmarkToSmtlibString (long a0, String a1, String a2, String a3, String a4, int a5, long[] a6, long a7)
 
static native long INTERNALparseSmtlib2String (long a0, String a1, int a2, long[] a3, long[] a4, int a5, long[] a6, long[] a7)
 
static native long INTERNALparseSmtlib2File (long a0, String a1, int a2, long[] a3, long[] a4, int a5, long[] a6, long[] a7)
 
static native void INTERNALparseSmtlibString (long a0, String a1, int a2, long[] a3, long[] a4, int a5, long[] a6, long[] a7)
 
static native void INTERNALparseSmtlibFile (long a0, String a1, int a2, long[] a3, long[] a4, int a5, long[] a6, long[] a7)
 
static native int INTERNALgetSmtlibNumFormulas (long a0)
 
static native long INTERNALgetSmtlibFormula (long a0, int a1)
 
static native int INTERNALgetSmtlibNumAssumptions (long a0)
 
static native long INTERNALgetSmtlibAssumption (long a0, int a1)
 
static native int INTERNALgetSmtlibNumDecls (long a0)
 
static native long INTERNALgetSmtlibDecl (long a0, int a1)
 
static native int INTERNALgetSmtlibNumSorts (long a0)
 
static native long INTERNALgetSmtlibSort (long a0, int a1)
 
static native String INTERNALgetSmtlibError (long a0)
 
static native int INTERNALgetErrorCode (long a0)
 
static native void INTERNALsetError (long a0, int a1)
 
static native String INTERNALgetErrorMsg (int a0)
 
static native String INTERNALgetErrorMsgEx (long a0, int a1)
 
static native void INTERNALgetVersion (IntPtr a0, IntPtr a1, IntPtr a2, IntPtr a3)
 
static native void INTERNALenableTrace (String a0)
 
static native void INTERNALdisableTrace (String a0)
 
static native void INTERNALresetMemory ()
 
static native long INTERNALmkFixedpoint (long a0)
 
static native void INTERNALfixedpointIncRef (long a0, long a1)
 
static native void INTERNALfixedpointDecRef (long a0, long a1)
 
static native void INTERNALfixedpointAddRule (long a0, long a1, long a2, long a3)
 
static native void INTERNALfixedpointAddFact (long a0, long a1, long a2, int a3, int[] a4)
 
static native void INTERNALfixedpointAssert (long a0, long a1, long a2)
 
static native int INTERNALfixedpointQuery (long a0, long a1, long a2)
 
static native int INTERNALfixedpointQueryRelations (long a0, long a1, int a2, long[] a3)
 
static native long INTERNALfixedpointGetAnswer (long a0, long a1)
 
static native String INTERNALfixedpointGetReasonUnknown (long a0, long a1)
 
static native void INTERNALfixedpointUpdateRule (long a0, long a1, long a2, long a3)
 
static native int INTERNALfixedpointGetNumLevels (long a0, long a1, long a2)
 
static native long INTERNALfixedpointGetCoverDelta (long a0, long a1, int a2, long a3)
 
static native void INTERNALfixedpointAddCover (long a0, long a1, int a2, long a3, long a4)
 
static native long INTERNALfixedpointGetStatistics (long a0, long a1)
 
static native void INTERNALfixedpointRegisterRelation (long a0, long a1, long a2)
 
static native void INTERNALfixedpointSetPredicateRepresentation (long a0, long a1, long a2, int a3, long[] a4)
 
static native long INTERNALfixedpointGetRules (long a0, long a1)
 
static native long INTERNALfixedpointGetAssertions (long a0, long a1)
 
static native void INTERNALfixedpointSetParams (long a0, long a1, long a2)
 
static native String INTERNALfixedpointGetHelp (long a0, long a1)
 
static native long INTERNALfixedpointGetParamDescrs (long a0, long a1)
 
static native String INTERNALfixedpointToString (long a0, long a1, int a2, long[] a3)
 
static native long INTERNALfixedpointFromString (long a0, long a1, String a2)
 
static native long INTERNALfixedpointFromFile (long a0, long a1, String a2)
 
static native void INTERNALfixedpointPush (long a0, long a1)
 
static native void INTERNALfixedpointPop (long a0, long a1)
 
static native long INTERNALmkAstVector (long a0)
 
static native void INTERNALastVectorIncRef (long a0, long a1)
 
static native void INTERNALastVectorDecRef (long a0, long a1)
 
static native int INTERNALastVectorSize (long a0, long a1)
 
static native long INTERNALastVectorGet (long a0, long a1, int a2)
 
static native void INTERNALastVectorSet (long a0, long a1, int a2, long a3)
 
static native void INTERNALastVectorResize (long a0, long a1, int a2)
 
static native void INTERNALastVectorPush (long a0, long a1, long a2)
 
static native long INTERNALastVectorTranslate (long a0, long a1, long a2)
 
static native String INTERNALastVectorToString (long a0, long a1)
 
static native long INTERNALmkAstMap (long a0)
 
static native void INTERNALastMapIncRef (long a0, long a1)
 
static native void INTERNALastMapDecRef (long a0, long a1)
 
static native boolean INTERNALastMapContains (long a0, long a1, long a2)
 
static native long INTERNALastMapFind (long a0, long a1, long a2)
 
static native void INTERNALastMapInsert (long a0, long a1, long a2, long a3)
 
static native void INTERNALastMapErase (long a0, long a1, long a2)
 
static native void INTERNALastMapReset (long a0, long a1)
 
static native int INTERNALastMapSize (long a0, long a1)
 
static native long INTERNALastMapKeys (long a0, long a1)
 
static native String INTERNALastMapToString (long a0, long a1)
 
static native long INTERNALmkGoal (long a0, boolean a1, boolean a2, boolean a3)
 
static native void INTERNALgoalIncRef (long a0, long a1)
 
static native void INTERNALgoalDecRef (long a0, long a1)
 
static native int INTERNALgoalPrecision (long a0, long a1)
 
static native void INTERNALgoalAssert (long a0, long a1, long a2)
 
static native boolean INTERNALgoalInconsistent (long a0, long a1)
 
static native int INTERNALgoalDepth (long a0, long a1)
 
static native void INTERNALgoalReset (long a0, long a1)
 
static native int INTERNALgoalSize (long a0, long a1)
 
static native long INTERNALgoalFormula (long a0, long a1, int a2)
 
static native int INTERNALgoalNumExprs (long a0, long a1)
 
static native boolean INTERNALgoalIsDecidedSat (long a0, long a1)
 
static native boolean INTERNALgoalIsDecidedUnsat (long a0, long a1)
 
static native long INTERNALgoalTranslate (long a0, long a1, long a2)
 
static native String INTERNALgoalToString (long a0, long a1)
 
static native long INTERNALmkTactic (long a0, String a1)
 
static native void INTERNALtacticIncRef (long a0, long a1)
 
static native void INTERNALtacticDecRef (long a0, long a1)
 
static native long INTERNALmkProbe (long a0, String a1)
 
static native void INTERNALprobeIncRef (long a0, long a1)
 
static native void INTERNALprobeDecRef (long a0, long a1)
 
static native long INTERNALtacticAndThen (long a0, long a1, long a2)
 
static native long INTERNALtacticOrElse (long a0, long a1, long a2)
 
static native long INTERNALtacticParOr (long a0, int a1, long[] a2)
 
static native long INTERNALtacticParAndThen (long a0, long a1, long a2)
 
static native long INTERNALtacticTryFor (long a0, long a1, int a2)
 
static native long INTERNALtacticWhen (long a0, long a1, long a2)
 
static native long INTERNALtacticCond (long a0, long a1, long a2, long a3)
 
static native long INTERNALtacticRepeat (long a0, long a1, int a2)
 
static native long INTERNALtacticSkip (long a0)
 
static native long INTERNALtacticFail (long a0)
 
static native long INTERNALtacticFailIf (long a0, long a1)
 
static native long INTERNALtacticFailIfNotDecided (long a0)
 
static native long INTERNALtacticUsingParams (long a0, long a1, long a2)
 
static native long INTERNALprobeConst (long a0, double a1)
 
static native long INTERNALprobeLt (long a0, long a1, long a2)
 
static native long INTERNALprobeGt (long a0, long a1, long a2)
 
static native long INTERNALprobeLe (long a0, long a1, long a2)
 
static native long INTERNALprobeGe (long a0, long a1, long a2)
 
static native long INTERNALprobeEq (long a0, long a1, long a2)
 
static native long INTERNALprobeAnd (long a0, long a1, long a2)
 
static native long INTERNALprobeOr (long a0, long a1, long a2)
 
static native long INTERNALprobeNot (long a0, long a1)
 
static native int INTERNALgetNumTactics (long a0)
 
static native String INTERNALgetTacticName (long a0, int a1)
 
static native int INTERNALgetNumProbes (long a0)
 
static native String INTERNALgetProbeName (long a0, int a1)
 
static native String INTERNALtacticGetHelp (long a0, long a1)
 
static native long INTERNALtacticGetParamDescrs (long a0, long a1)
 
static native String INTERNALtacticGetDescr (long a0, String a1)
 
static native String INTERNALprobeGetDescr (long a0, String a1)
 
static native double INTERNALprobeApply (long a0, long a1, long a2)
 
static native long INTERNALtacticApply (long a0, long a1, long a2)
 
static native long INTERNALtacticApplyEx (long a0, long a1, long a2, long a3)
 
static native void INTERNALapplyResultIncRef (long a0, long a1)
 
static native void INTERNALapplyResultDecRef (long a0, long a1)
 
static native String INTERNALapplyResultToString (long a0, long a1)
 
static native int INTERNALapplyResultGetNumSubgoals (long a0, long a1)
 
static native long INTERNALapplyResultGetSubgoal (long a0, long a1, int a2)
 
static native long INTERNALapplyResultConvertModel (long a0, long a1, int a2, long a3)
 
static native long INTERNALmkSolver (long a0)
 
static native long INTERNALmkSimpleSolver (long a0)
 
static native long INTERNALmkSolverForLogic (long a0, long a1)
 
static native long INTERNALmkSolverFromTactic (long a0, long a1)
 
static native String INTERNALsolverGetHelp (long a0, long a1)
 
static native long INTERNALsolverGetParamDescrs (long a0, long a1)
 
static native void INTERNALsolverSetParams (long a0, long a1, long a2)
 
static native void INTERNALsolverIncRef (long a0, long a1)
 
static native void INTERNALsolverDecRef (long a0, long a1)
 
static native void INTERNALsolverPush (long a0, long a1)
 
static native void INTERNALsolverPop (long a0, long a1, int a2)
 
static native void INTERNALsolverReset (long a0, long a1)
 
static native int INTERNALsolverGetNumScopes (long a0, long a1)
 
static native void INTERNALsolverAssert (long a0, long a1, long a2)
 
static native void INTERNALsolverAssertAndTrack (long a0, long a1, long a2, long a3)
 
static native long INTERNALsolverGetAssertions (long a0, long a1)
 
static native int INTERNALsolverCheck (long a0, long a1)
 
static native int INTERNALsolverCheckAssumptions (long a0, long a1, int a2, long[] a3)
 
static native long INTERNALsolverGetModel (long a0, long a1)
 
static native long INTERNALsolverGetProof (long a0, long a1)
 
static native long INTERNALsolverGetUnsatCore (long a0, long a1)
 
static native String INTERNALsolverGetReasonUnknown (long a0, long a1)
 
static native long INTERNALsolverGetStatistics (long a0, long a1)
 
static native String INTERNALsolverToString (long a0, long a1)
 
static native String INTERNALstatsToString (long a0, long a1)
 
static native void INTERNALstatsIncRef (long a0, long a1)
 
static native void INTERNALstatsDecRef (long a0, long a1)
 
static native int INTERNALstatsSize (long a0, long a1)
 
static native String INTERNALstatsGetKey (long a0, long a1, int a2)
 
static native boolean INTERNALstatsIsUint (long a0, long a1, int a2)
 
static native boolean INTERNALstatsIsDouble (long a0, long a1, int a2)
 
static native int INTERNALstatsGetUintValue (long a0, long a1, int a2)
 
static native double INTERNALstatsGetDoubleValue (long a0, long a1, int a2)
 
static native long INTERNALmkInjectiveFunction (long a0, long a1, int a2, long[] a3, long a4)
 
static native void INTERNALsetLogic (long a0, String a1)
 
static native void INTERNALpush (long a0)
 
static native void INTERNALpop (long a0, int a1)
 
static native int INTERNALgetNumScopes (long a0)
 
static native void INTERNALpersistAst (long a0, long a1, int a2)
 
static native void INTERNALassertCnstr (long a0, long a1)
 
static native int INTERNALcheckAndGetModel (long a0, LongPtr a1)
 
static native int INTERNALcheck (long a0)
 
static native int INTERNALcheckAssumptions (long a0, int a1, long[] a2, LongPtr a3, LongPtr a4, IntPtr a5, long[] a6)
 
static native int INTERNALgetImpliedEqualities (long a0, long a1, int a2, long[] a3, int[] a4)
 
static native void INTERNALdelModel (long a0, long a1)
 
static native void INTERNALsoftCheckCancel (long a0)
 
static native int INTERNALgetSearchFailure (long a0)
 
static native long INTERNALmkLabel (long a0, long a1, boolean a2, long a3)
 
static native long INTERNALgetRelevantLabels (long a0)
 
static native long INTERNALgetRelevantLiterals (long a0)
 
static native long INTERNALgetGuessedLiterals (long a0)
 
static native void INTERNALdelLiterals (long a0, long a1)
 
static native int INTERNALgetNumLiterals (long a0, long a1)
 
static native long INTERNALgetLabelSymbol (long a0, long a1, int a2)
 
static native long INTERNALgetLiteral (long a0, long a1, int a2)
 
static native void INTERNALdisableLiteral (long a0, long a1, int a2)
 
static native void INTERNALblockLiterals (long a0, long a1)
 
static native int INTERNALgetModelNumConstants (long a0, long a1)
 
static native long INTERNALgetModelConstant (long a0, long a1, int a2)
 
static native int INTERNALgetModelNumFuncs (long a0, long a1)
 
static native long INTERNALgetModelFuncDecl (long a0, long a1, int a2)
 
static native boolean INTERNALevalFuncDecl (long a0, long a1, long a2, LongPtr a3)
 
static native boolean INTERNALisArrayValue (long a0, long a1, long a2, IntPtr a3)
 
static native void INTERNALgetArrayValue (long a0, long a1, long a2, int a3, long[] a4, long[] a5, LongPtr a6)
 
static native long INTERNALgetModelFuncElse (long a0, long a1, int a2)
 
static native int INTERNALgetModelFuncNumEntries (long a0, long a1, int a2)
 
static native int INTERNALgetModelFuncEntryNumArgs (long a0, long a1, int a2, int a3)
 
static native long INTERNALgetModelFuncEntryArg (long a0, long a1, int a2, int a3, int a4)
 
static native long INTERNALgetModelFuncEntryValue (long a0, long a1, int a2, int a3)
 
static native boolean INTERNALeval (long a0, long a1, long a2, LongPtr a3)
 
static native boolean INTERNALevalDecl (long a0, long a1, long a2, int a3, long[] a4, LongPtr a5)
 
static native String INTERNALcontextToString (long a0)
 
static native String INTERNALstatisticsToString (long a0)
 
static native long INTERNALgetContextAssignment (long a0)
 
static native boolean INTERNALalgebraicIsValue (long a0, long a1)
 
static native boolean INTERNALalgebraicIsPos (long a0, long a1)
 
static native boolean INTERNALalgebraicIsNeg (long a0, long a1)
 
static native boolean INTERNALalgebraicIsZero (long a0, long a1)
 
static native int INTERNALalgebraicSign (long a0, long a1)
 
static native long INTERNALalgebraicAdd (long a0, long a1, long a2)
 
static native long INTERNALalgebraicSub (long a0, long a1, long a2)
 
static native long INTERNALalgebraicMul (long a0, long a1, long a2)
 
static native long INTERNALalgebraicDiv (long a0, long a1, long a2)
 
static native long INTERNALalgebraicRoot (long a0, long a1, int a2)
 
static native long INTERNALalgebraicPower (long a0, long a1, int a2)
 
static native boolean INTERNALalgebraicLt (long a0, long a1, long a2)
 
static native boolean INTERNALalgebraicGt (long a0, long a1, long a2)
 
static native boolean INTERNALalgebraicLe (long a0, long a1, long a2)
 
static native boolean INTERNALalgebraicGe (long a0, long a1, long a2)
 
static native boolean INTERNALalgebraicEq (long a0, long a1, long a2)
 
static native boolean INTERNALalgebraicNeq (long a0, long a1, long a2)
 
static native long INTERNALalgebraicRoots (long a0, long a1, int a2, long[] a3)
 
static native int INTERNALalgebraicEval (long a0, long a1, int a2, long[] a3)
 
static native long INTERNALpolynomialSubresultants (long a0, long a1, long a2, long a3)
 
static native void INTERNALrcfDel (long a0, long a1)
 
static native long INTERNALrcfMkRational (long a0, String a1)
 
static native long INTERNALrcfMkSmallInt (long a0, int a1)
 
static native long INTERNALrcfMkPi (long a0)
 
static native long INTERNALrcfMkE (long a0)
 
static native long INTERNALrcfMkInfinitesimal (long a0)
 
static native int INTERNALrcfMkRoots (long a0, int a1, long[] a2, long[] a3)
 
static native long INTERNALrcfAdd (long a0, long a1, long a2)
 
static native long INTERNALrcfSub (long a0, long a1, long a2)
 
static native long INTERNALrcfMul (long a0, long a1, long a2)
 
static native long INTERNALrcfDiv (long a0, long a1, long a2)
 
static native long INTERNALrcfNeg (long a0, long a1)
 
static native long INTERNALrcfInv (long a0, long a1)
 
static native long INTERNALrcfPower (long a0, long a1, int a2)
 
static native boolean INTERNALrcfLt (long a0, long a1, long a2)
 
static native boolean INTERNALrcfGt (long a0, long a1, long a2)
 
static native boolean INTERNALrcfLe (long a0, long a1, long a2)
 
static native boolean INTERNALrcfGe (long a0, long a1, long a2)
 
static native boolean INTERNALrcfEq (long a0, long a1, long a2)
 
static native boolean INTERNALrcfNeq (long a0, long a1, long a2)
 
static native String INTERNALrcfNumToString (long a0, long a1, boolean a2, boolean a3)
 
static native String INTERNALrcfNumToDecimalString (long a0, long a1, int a2)
 
static native void INTERNALrcfGetNumeratorDenominator (long a0, long a1, LongPtr a2, LongPtr a3)
 
static native long INTERNALmkInterpolant (long a0, long a1)
 
static native long INTERNALmkInterpolationContext (long a0)
 
static native long INTERNALgetInterpolant (long a0, long a1, long a2, long a3)
 
static native int INTERNALcomputeInterpolant (long a0, long a1, long a2, LongPtr a3, LongPtr a4)
 
static native String INTERNALinterpolationProfile (long a0)
 
static native int INTERNALreadInterpolationProblem (long a0, IntPtr a1, ObjArrayPtr a2, UIntArrayPtr a3, String a4, StringPtr a5, IntPtr a6, ObjArrayPtr a7)
 
static native int INTERNALcheckInterpolant (long a0, int a1, long[] a2, int[] a3, long[] a4, StringPtr a5, int a6, long[] a7)
 
static native void INTERNALwriteInterpolationProblem (long a0, int a1, long[] a2, int[] a3, String a4, int a5, long[] a6)
 
static native long INTERNALmkFpaRoundingModeSort (long a0)
 
static native long INTERNALmkFpaRoundNearestTiesToEven (long a0)
 
static native long INTERNALmkFpaRne (long a0)
 
static native long INTERNALmkFpaRoundNearestTiesToAway (long a0)
 
static native long INTERNALmkFpaRna (long a0)
 
static native long INTERNALmkFpaRoundTowardPositive (long a0)
 
static native long INTERNALmkFpaRtp (long a0)
 
static native long INTERNALmkFpaRoundTowardNegative (long a0)
 
static native long INTERNALmkFpaRtn (long a0)
 
static native long INTERNALmkFpaRoundTowardZero (long a0)
 
static native long INTERNALmkFpaRtz (long a0)
 
static native long INTERNALmkFpaSort (long a0, int a1, int a2)
 
static native long INTERNALmkFpaSortHalf (long a0)
 
static native long INTERNALmkFpaSort16 (long a0)
 
static native long INTERNALmkFpaSortSingle (long a0)
 
static native long INTERNALmkFpaSort32 (long a0)
 
static native long INTERNALmkFpaSortDouble (long a0)
 
static native long INTERNALmkFpaSort64 (long a0)
 
static native long INTERNALmkFpaSortQuadruple (long a0)
 
static native long INTERNALmkFpaSort128 (long a0)
 
static native long INTERNALmkFpaNan (long a0, long a1)
 
static native long INTERNALmkFpaInf (long a0, long a1, boolean a2)
 
static native long INTERNALmkFpaZero (long a0, long a1, boolean a2)
 
static native long INTERNALmkFpaFp (long a0, long a1, long a2, long a3)
 
static native long INTERNALmkFpaNumeralFloat (long a0, float a1, long a2)
 
static native long INTERNALmkFpaNumeralDouble (long a0, double a1, long a2)
 
static native long INTERNALmkFpaNumeralInt (long a0, int a1, long a2)
 
static native long INTERNALmkFpaNumeralIntUint (long a0, boolean a1, int a2, int a3, long a4)
 
static native long INTERNALmkFpaNumeralInt64Uint64 (long a0, boolean a1, long a2, long a3, long a4)
 
static native long INTERNALmkFpaAbs (long a0, long a1)
 
static native long INTERNALmkFpaNeg (long a0, long a1)
 
static native long INTERNALmkFpaAdd (long a0, long a1, long a2, long a3)
 
static native long INTERNALmkFpaSub (long a0, long a1, long a2, long a3)
 
static native long INTERNALmkFpaMul (long a0, long a1, long a2, long a3)
 
static native long INTERNALmkFpaDiv (long a0, long a1, long a2, long a3)
 
static native long INTERNALmkFpaFma (long a0, long a1, long a2, long a3, long a4)
 
static native long INTERNALmkFpaSqrt (long a0, long a1, long a2)
 
static native long INTERNALmkFpaRem (long a0, long a1, long a2)
 
static native long INTERNALmkFpaRoundToIntegral (long a0, long a1, long a2)
 
static native long INTERNALmkFpaMin (long a0, long a1, long a2)
 
static native long INTERNALmkFpaMax (long a0, long a1, long a2)
 
static native long INTERNALmkFpaLeq (long a0, long a1, long a2)
 
static native long INTERNALmkFpaLt (long a0, long a1, long a2)
 
static native long INTERNALmkFpaGeq (long a0, long a1, long a2)
 
static native long INTERNALmkFpaGt (long a0, long a1, long a2)
 
static native long INTERNALmkFpaEq (long a0, long a1, long a2)
 
static native long INTERNALmkFpaIsNormal (long a0, long a1)
 
static native long INTERNALmkFpaIsSubnormal (long a0, long a1)
 
static native long INTERNALmkFpaIsZero (long a0, long a1)
 
static native long INTERNALmkFpaIsInfinite (long a0, long a1)
 
static native long INTERNALmkFpaIsNan (long a0, long a1)
 
static native long INTERNALmkFpaIsNegative (long a0, long a1)
 
static native long INTERNALmkFpaIsPositive (long a0, long a1)
 
static native long INTERNALmkFpaToFpBv (long a0, long a1, long a2)
 
static native long INTERNALmkFpaToFpFloat (long a0, long a1, long a2, long a3)
 
static native long INTERNALmkFpaToFpReal (long a0, long a1, long a2, long a3)
 
static native long INTERNALmkFpaToFpSigned (long a0, long a1, long a2, long a3)
 
static native long INTERNALmkFpaToFpUnsigned (long a0, long a1, long a2, long a3)
 
static native long INTERNALmkFpaToUbv (long a0, long a1, long a2, int a3)
 
static native long INTERNALmkFpaToSbv (long a0, long a1, long a2, int a3)
 
static native long INTERNALmkFpaToReal (long a0, long a1)
 
static native int INTERNALfpaGetEbits (long a0, long a1)
 
static native int INTERNALfpaGetSbits (long a0, long a1)
 
static native boolean INTERNALfpaGetNumeralSign (long a0, long a1, IntPtr a2)
 
static native String INTERNALfpaGetNumeralSignificandString (long a0, long a1)
 
static native String INTERNALfpaGetNumeralExponentString (long a0, long a1)
 
static native boolean INTERNALfpaGetNumeralExponentInt64 (long a0, long a1, LongPtr a2)
 
static native long INTERNALmkFpaToIeeeBv (long a0, long a1)
 
static native long INTERNALmkFpaToFpIntReal (long a0, long a1, long a2, long a3, long a4)
 

Detailed Description

Definition at line 4 of file Native.java.

Member Function Documentation

static long algebraicAdd ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 4896 of file Native.java.

4897  {
4898  long res = INTERNALalgebraicAdd(a0, a1, a2);
4900  if (err != Z3_error_code.Z3_OK)
4901  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4902  return res;
4903  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALalgebraicAdd(long a0, long a1, long a2)
static final Z3_error_code fromInt(int v)
static long algebraicDiv ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 4923 of file Native.java.

4924  {
4925  long res = INTERNALalgebraicDiv(a0, a1, a2);
4927  if (err != Z3_error_code.Z3_OK)
4928  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4929  return res;
4930  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALalgebraicDiv(long a0, long a1, long a2)
static final Z3_error_code fromInt(int v)
static boolean algebraicEq ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 4986 of file Native.java.

4987  {
4988  boolean res = INTERNALalgebraicEq(a0, a1, a2);
4990  if (err != Z3_error_code.Z3_OK)
4991  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4992  return res;
4993  }
static native boolean INTERNALalgebraicEq(long a0, long a1, long a2)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static int algebraicEval ( long  a0,
long  a1,
int  a2,
long[]  a3 
) throws Z3Exception
inlinestatic

Definition at line 5013 of file Native.java.

5014  {
5015  int res = INTERNALalgebraicEval(a0, a1, a2, a3);
5017  if (err != Z3_error_code.Z3_OK)
5018  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5019  return res;
5020  }
static native int INTERNALalgebraicEval(long a0, long a1, int a2, long[] a3)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static boolean algebraicGe ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 4977 of file Native.java.

4978  {
4979  boolean res = INTERNALalgebraicGe(a0, a1, a2);
4981  if (err != Z3_error_code.Z3_OK)
4982  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4983  return res;
4984  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native boolean INTERNALalgebraicGe(long a0, long a1, long a2)
static final Z3_error_code fromInt(int v)
static boolean algebraicGt ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 4959 of file Native.java.

4960  {
4961  boolean res = INTERNALalgebraicGt(a0, a1, a2);
4963  if (err != Z3_error_code.Z3_OK)
4964  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4965  return res;
4966  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native boolean INTERNALalgebraicGt(long a0, long a1, long a2)
static final Z3_error_code fromInt(int v)
static boolean algebraicIsNeg ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 4869 of file Native.java.

4870  {
4871  boolean res = INTERNALalgebraicIsNeg(a0, a1);
4873  if (err != Z3_error_code.Z3_OK)
4874  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4875  return res;
4876  }
static native boolean INTERNALalgebraicIsNeg(long a0, long a1)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static boolean algebraicIsPos ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 4860 of file Native.java.

4861  {
4862  boolean res = INTERNALalgebraicIsPos(a0, a1);
4864  if (err != Z3_error_code.Z3_OK)
4865  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4866  return res;
4867  }
static native boolean INTERNALalgebraicIsPos(long a0, long a1)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static boolean algebraicIsValue ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 4851 of file Native.java.

4852  {
4853  boolean res = INTERNALalgebraicIsValue(a0, a1);
4855  if (err != Z3_error_code.Z3_OK)
4856  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4857  return res;
4858  }
static native boolean INTERNALalgebraicIsValue(long a0, long a1)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static boolean algebraicIsZero ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 4878 of file Native.java.

4879  {
4880  boolean res = INTERNALalgebraicIsZero(a0, a1);
4882  if (err != Z3_error_code.Z3_OK)
4883  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4884  return res;
4885  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native boolean INTERNALalgebraicIsZero(long a0, long a1)
static final Z3_error_code fromInt(int v)
static boolean algebraicLe ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 4968 of file Native.java.

4969  {
4970  boolean res = INTERNALalgebraicLe(a0, a1, a2);
4972  if (err != Z3_error_code.Z3_OK)
4973  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4974  return res;
4975  }
static native boolean INTERNALalgebraicLe(long a0, long a1, long a2)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static boolean algebraicLt ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 4950 of file Native.java.

4951  {
4952  boolean res = INTERNALalgebraicLt(a0, a1, a2);
4954  if (err != Z3_error_code.Z3_OK)
4955  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4956  return res;
4957  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native boolean INTERNALalgebraicLt(long a0, long a1, long a2)
static final Z3_error_code fromInt(int v)
static long algebraicMul ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 4914 of file Native.java.

4915  {
4916  long res = INTERNALalgebraicMul(a0, a1, a2);
4918  if (err != Z3_error_code.Z3_OK)
4919  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4920  return res;
4921  }
static native long INTERNALalgebraicMul(long a0, long a1, long a2)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static boolean algebraicNeq ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 4995 of file Native.java.

4996  {
4997  boolean res = INTERNALalgebraicNeq(a0, a1, a2);
4999  if (err != Z3_error_code.Z3_OK)
5000  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5001  return res;
5002  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native boolean INTERNALalgebraicNeq(long a0, long a1, long a2)
static final Z3_error_code fromInt(int v)
static long algebraicPower ( long  a0,
long  a1,
int  a2 
) throws Z3Exception
inlinestatic

Definition at line 4941 of file Native.java.

4942  {
4943  long res = INTERNALalgebraicPower(a0, a1, a2);
4945  if (err != Z3_error_code.Z3_OK)
4946  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4947  return res;
4948  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALalgebraicPower(long a0, long a1, int a2)
static final Z3_error_code fromInt(int v)
static long algebraicRoot ( long  a0,
long  a1,
int  a2 
) throws Z3Exception
inlinestatic

Definition at line 4932 of file Native.java.

4933  {
4934  long res = INTERNALalgebraicRoot(a0, a1, a2);
4936  if (err != Z3_error_code.Z3_OK)
4937  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4938  return res;
4939  }
static native long INTERNALalgebraicRoot(long a0, long a1, int a2)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long algebraicRoots ( long  a0,
long  a1,
int  a2,
long[]  a3 
) throws Z3Exception
inlinestatic

Definition at line 5004 of file Native.java.

5005  {
5006  long res = INTERNALalgebraicRoots(a0, a1, a2, a3);
5008  if (err != Z3_error_code.Z3_OK)
5009  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5010  return res;
5011  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALalgebraicRoots(long a0, long a1, int a2, long[] a3)
static final Z3_error_code fromInt(int v)
static int algebraicSign ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 4887 of file Native.java.

4888  {
4889  int res = INTERNALalgebraicSign(a0, a1);
4891  if (err != Z3_error_code.Z3_OK)
4892  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4893  return res;
4894  }
static native int INTERNALalgebraicSign(long a0, long a1)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long algebraicSub ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 4905 of file Native.java.

4906  {
4907  long res = INTERNALalgebraicSub(a0, a1, a2);
4909  if (err != Z3_error_code.Z3_OK)
4910  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4911  return res;
4912  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALalgebraicSub(long a0, long a1, long a2)
static final Z3_error_code fromInt(int v)
static void appendLog ( String  a0)
inlinestatic

Definition at line 3025 of file Native.java.

Referenced by Log.append().

3026  {
3027  INTERNALappendLog(a0);
3028  }
static native void INTERNALappendLog(String a0)
static long applyResultConvertModel ( long  a0,
long  a1,
int  a2,
long  a3 
) throws Z3Exception
inlinestatic

Definition at line 4197 of file Native.java.

Referenced by ApplyResult.convertModel().

4198  {
4199  long res = INTERNALapplyResultConvertModel(a0, a1, a2, a3);
4201  if (err != Z3_error_code.Z3_OK)
4202  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4203  return res;
4204  }
static native long INTERNALapplyResultConvertModel(long a0, long a1, int a2, long a3)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static void applyResultDecRef ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 4162 of file Native.java.

4163  {
4164  INTERNALapplyResultDecRef(a0, a1);
4166  if (err != Z3_error_code.Z3_OK)
4167  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4168  }
static native void INTERNALapplyResultDecRef(long a0, long a1)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static int applyResultGetNumSubgoals ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 4179 of file Native.java.

Referenced by ApplyResult.getNumSubgoals().

4180  {
4181  int res = INTERNALapplyResultGetNumSubgoals(a0, a1);
4183  if (err != Z3_error_code.Z3_OK)
4184  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4185  return res;
4186  }
static native int INTERNALapplyResultGetNumSubgoals(long a0, long a1)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long applyResultGetSubgoal ( long  a0,
long  a1,
int  a2 
) throws Z3Exception
inlinestatic

Definition at line 4188 of file Native.java.

Referenced by ApplyResult.getSubgoals().

4189  {
4190  long res = INTERNALapplyResultGetSubgoal(a0, a1, a2);
4192  if (err != Z3_error_code.Z3_OK)
4193  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4194  return res;
4195  }
static native long INTERNALapplyResultGetSubgoal(long a0, long a1, int a2)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static void applyResultIncRef ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 4154 of file Native.java.

4155  {
4156  INTERNALapplyResultIncRef(a0, a1);
4158  if (err != Z3_error_code.Z3_OK)
4159  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4160  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native void INTERNALapplyResultIncRef(long a0, long a1)
static final Z3_error_code fromInt(int v)
static String applyResultToString ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 4170 of file Native.java.

Referenced by ApplyResult.toString().

4171  {
4172  String res = INTERNALapplyResultToString(a0, a1);
4174  if (err != Z3_error_code.Z3_OK)
4175  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4176  return res;
4177  }
static native String INTERNALapplyResultToString(long a0, long a1)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long appToAst ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 2350 of file Native.java.

2351  {
2352  long res = INTERNALappToAst(a0, a1);
2354  if (err != Z3_error_code.Z3_OK)
2355  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2356  return res;
2357  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALappToAst(long a0, long a1)
static final Z3_error_code fromInt(int v)
static void assertCnstr ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 4543 of file Native.java.

4544  {
4545  INTERNALassertCnstr(a0, a1);
4547  if (err != Z3_error_code.Z3_OK)
4548  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4549  }
static native void INTERNALassertCnstr(long a0, long a1)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static boolean astMapContains ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 3607 of file Native.java.

3608  {
3609  boolean res = INTERNALastMapContains(a0, a1, a2);
3611  if (err != Z3_error_code.Z3_OK)
3612  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3613  return res;
3614  }
static native boolean INTERNALastMapContains(long a0, long a1, long a2)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static void astMapDecRef ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 3599 of file Native.java.

3600  {
3601  INTERNALastMapDecRef(a0, a1);
3603  if (err != Z3_error_code.Z3_OK)
3604  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3605  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static native void INTERNALastMapDecRef(long a0, long a1)
static void astMapErase ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 3633 of file Native.java.

3634  {
3635  INTERNALastMapErase(a0, a1, a2);
3637  if (err != Z3_error_code.Z3_OK)
3638  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3639  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native void INTERNALastMapErase(long a0, long a1, long a2)
static final Z3_error_code fromInt(int v)
static long astMapFind ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 3616 of file Native.java.

3617  {
3618  long res = INTERNALastMapFind(a0, a1, a2);
3620  if (err != Z3_error_code.Z3_OK)
3621  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3622  return res;
3623  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALastMapFind(long a0, long a1, long a2)
static final Z3_error_code fromInt(int v)
static void astMapIncRef ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 3591 of file Native.java.

3592  {
3593  INTERNALastMapIncRef(a0, a1);
3595  if (err != Z3_error_code.Z3_OK)
3596  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3597  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native void INTERNALastMapIncRef(long a0, long a1)
static final Z3_error_code fromInt(int v)
static void astMapInsert ( long  a0,
long  a1,
long  a2,
long  a3 
) throws Z3Exception
inlinestatic

Definition at line 3625 of file Native.java.

3626  {
3627  INTERNALastMapInsert(a0, a1, a2, a3);
3629  if (err != Z3_error_code.Z3_OK)
3630  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3631  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native void INTERNALastMapInsert(long a0, long a1, long a2, long a3)
static final Z3_error_code fromInt(int v)
static long astMapKeys ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 3658 of file Native.java.

3659  {
3660  long res = INTERNALastMapKeys(a0, a1);
3662  if (err != Z3_error_code.Z3_OK)
3663  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3664  return res;
3665  }
static native long INTERNALastMapKeys(long a0, long a1)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static void astMapReset ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 3641 of file Native.java.

3642  {
3643  INTERNALastMapReset(a0, a1);
3645  if (err != Z3_error_code.Z3_OK)
3646  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3647  }
static native void INTERNALastMapReset(long a0, long a1)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static int astMapSize ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 3649 of file Native.java.

3650  {
3651  int res = INTERNALastMapSize(a0, a1);
3653  if (err != Z3_error_code.Z3_OK)
3654  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3655  return res;
3656  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native int INTERNALastMapSize(long a0, long a1)
static final Z3_error_code fromInt(int v)
static String astMapToString ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 3667 of file Native.java.

3668  {
3669  String res = INTERNALastMapToString(a0, a1);
3671  if (err != Z3_error_code.Z3_OK)
3672  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3673  return res;
3674  }
static native String INTERNALastMapToString(long a0, long a1)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static String astToString ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 3048 of file Native.java.

Referenced by AST.getSExpr(), and AST.toString().

3049  {
3050  String res = INTERNALastToString(a0, a1);
3052  if (err != Z3_error_code.Z3_OK)
3053  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3054  return res;
3055  }
static native String INTERNALastToString(long a0, long a1)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static void astVectorDecRef ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 3514 of file Native.java.

3515  {
3516  INTERNALastVectorDecRef(a0, a1);
3518  if (err != Z3_error_code.Z3_OK)
3519  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3520  }
static native void INTERNALastVectorDecRef(long a0, long a1)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long astVectorGet ( long  a0,
long  a1,
int  a2 
) throws Z3Exception
inlinestatic

Definition at line 3531 of file Native.java.

Referenced by ASTVector.get().

3532  {
3533  long res = INTERNALastVectorGet(a0, a1, a2);
3535  if (err != Z3_error_code.Z3_OK)
3536  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3537  return res;
3538  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALastVectorGet(long a0, long a1, int a2)
static final Z3_error_code fromInt(int v)
static void astVectorIncRef ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 3506 of file Native.java.

3507  {
3508  INTERNALastVectorIncRef(a0, a1);
3510  if (err != Z3_error_code.Z3_OK)
3511  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3512  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native void INTERNALastVectorIncRef(long a0, long a1)
static final Z3_error_code fromInt(int v)
static void astVectorPush ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 3556 of file Native.java.

Referenced by ASTVector.push().

3557  {
3558  INTERNALastVectorPush(a0, a1, a2);
3560  if (err != Z3_error_code.Z3_OK)
3561  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3562  }
static native void INTERNALastVectorPush(long a0, long a1, long a2)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static void astVectorResize ( long  a0,
long  a1,
int  a2 
) throws Z3Exception
inlinestatic

Definition at line 3548 of file Native.java.

Referenced by ASTVector.resize().

3549  {
3550  INTERNALastVectorResize(a0, a1, a2);
3552  if (err != Z3_error_code.Z3_OK)
3553  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3554  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native void INTERNALastVectorResize(long a0, long a1, int a2)
static final Z3_error_code fromInt(int v)
static void astVectorSet ( long  a0,
long  a1,
int  a2,
long  a3 
) throws Z3Exception
inlinestatic

Definition at line 3540 of file Native.java.

Referenced by ASTVector.set().

3541  {
3542  INTERNALastVectorSet(a0, a1, a2, a3);
3544  if (err != Z3_error_code.Z3_OK)
3545  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3546  }
static native void INTERNALastVectorSet(long a0, long a1, int a2, long a3)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static int astVectorSize ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 3522 of file Native.java.

Referenced by ASTVector.size().

3523  {
3524  int res = INTERNALastVectorSize(a0, a1);
3526  if (err != Z3_error_code.Z3_OK)
3527  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3528  return res;
3529  }
static native int INTERNALastVectorSize(long a0, long a1)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static String astVectorToString ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 3573 of file Native.java.

Referenced by ASTVector.toString().

3574  {
3575  String res = INTERNALastVectorToString(a0, a1);
3577  if (err != Z3_error_code.Z3_OK)
3578  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3579  return res;
3580  }
static native String INTERNALastVectorToString(long a0, long a1)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long astVectorTranslate ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 3564 of file Native.java.

Referenced by ASTVector.translate().

3565  {
3566  long res = INTERNALastVectorTranslate(a0, a1, a2);
3568  if (err != Z3_error_code.Z3_OK)
3569  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3570  return res;
3571  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALastVectorTranslate(long a0, long a1, long a2)
static final Z3_error_code fromInt(int v)
static String benchmarkToSmtlibString ( long  a0,
String  a1,
String  a2,
String  a3,
String  a4,
int  a5,
long[]  a6,
long  a7 
) throws Z3Exception
inlinestatic

Definition at line 3093 of file Native.java.

Referenced by Context.benchmarkToSMTString().

3094  {
3095  String res = INTERNALbenchmarkToSmtlibString(a0, a1, a2, a3, a4, a5, a6, a7);
3097  if (err != Z3_error_code.Z3_OK)
3098  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3099  return res;
3100  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALbenchmarkToSmtlibString(long a0, String a1, String a2, String a3, String a4, int a5, long[] a6, long a7)
static final Z3_error_code fromInt(int v)
static void blockLiterals ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 4691 of file Native.java.

4692  {
4693  INTERNALblockLiterals(a0, a1);
4695  if (err != Z3_error_code.Z3_OK)
4696  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4697  }
static native void INTERNALblockLiterals(long a0, long a1)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static int check ( long  a0) throws Z3Exception
inlinestatic

Definition at line 4560 of file Native.java.

4561  {
4562  int res = INTERNALcheck(a0);
4564  if (err != Z3_error_code.Z3_OK)
4565  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4566  return res;
4567  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native int INTERNALcheck(long a0)
static final Z3_error_code fromInt(int v)
static int checkAndGetModel ( long  a0,
LongPtr  a1 
) throws Z3Exception
inlinestatic

Definition at line 4551 of file Native.java.

4552  {
4553  int res = INTERNALcheckAndGetModel(a0, a1);
4555  if (err != Z3_error_code.Z3_OK)
4556  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4557  return res;
4558  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static native int INTERNALcheckAndGetModel(long a0, LongPtr a1)
static int checkAssumptions ( long  a0,
int  a1,
long[]  a2,
LongPtr  a3,
LongPtr  a4,
IntPtr  a5,
long[]  a6 
) throws Z3Exception
inlinestatic

Definition at line 4569 of file Native.java.

4570  {
4571  int res = INTERNALcheckAssumptions(a0, a1, a2, a3, a4, a5, a6);
4573  if (err != Z3_error_code.Z3_OK)
4574  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4575  return res;
4576  }
static native int INTERNALcheckAssumptions(long a0, int a1, long[] a2, LongPtr a3, LongPtr a4, IntPtr a5, long[] a6)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static int checkInterpolant ( long  a0,
int  a1,
long[]  a2,
int[]  a3,
long[]  a4,
StringPtr  a5,
int  a6,
long[]  a7 
) throws Z3Exception
inlinestatic

Definition at line 5287 of file Native.java.

Referenced by InterpolationContext.CheckInterpolant().

5288  {
5289  int res = INTERNALcheckInterpolant(a0, a1, a2, a3, a4, a5, a6, a7);
5291  if (err != Z3_error_code.Z3_OK)
5292  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5293  return res;
5294  }
static native int INTERNALcheckInterpolant(long a0, int a1, long[] a2, int[] a3, long[] a4, StringPtr a5, int a6, long[] a7)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static void closeLog ( )
inlinestatic

Definition at line 3030 of file Native.java.

Referenced by Log.close().

3031  {
3032  INTERNALcloseLog();
3033  }
static native void INTERNALcloseLog()
static int computeInterpolant ( long  a0,
long  a1,
long  a2,
LongPtr  a3,
LongPtr  a4 
) throws Z3Exception
inlinestatic

Definition at line 5260 of file Native.java.

Referenced by InterpolationContext.ComputeInterpolant().

5261  {
5262  int res = INTERNALcomputeInterpolant(a0, a1, a2, a3, a4);
5264  if (err != Z3_error_code.Z3_OK)
5265  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5266  return res;
5267  }
static native int INTERNALcomputeInterpolant(long a0, long a1, long a2, LongPtr a3, LongPtr a4)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static String contextToString ( long  a0) throws Z3Exception
inlinestatic

Definition at line 4824 of file Native.java.

4825  {
4826  String res = INTERNALcontextToString(a0);
4828  if (err != Z3_error_code.Z3_OK)
4829  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4830  return res;
4831  }
static native String INTERNALcontextToString(long a0)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static void decRef ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 683 of file Native.java.

684  {
685  INTERNALdecRef(a0, a1);
687  if (err != Z3_error_code.Z3_OK)
688  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
689  }
static native void INTERNALdecRef(long a0, long a1)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static void delConfig ( long  a0)
inlinestatic

Definition at line 644 of file Native.java.

Referenced by Context.Context(), and InterpolationContext.InterpolationContext().

645  {
646  INTERNALdelConfig(a0);
647  }
static native void INTERNALdelConfig(long a0)
static void delConstructor ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 950 of file Native.java.

Referenced by Constructor.finalize().

951  {
952  INTERNALdelConstructor(a0, a1);
954  if (err != Z3_error_code.Z3_OK)
955  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
956  }
static native void INTERNALdelConstructor(long a0, long a1)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static void delConstructorList ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 976 of file Native.java.

Referenced by ConstructorList.finalize().

977  {
980  if (err != Z3_error_code.Z3_OK)
981  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
982  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native void INTERNALdelConstructorList(long a0, long a1)
static final Z3_error_code fromInt(int v)
static void delContext ( long  a0) throws Z3Exception
inlinestatic

Definition at line 670 of file Native.java.

Referenced by Context.finalize().

671  {
672  INTERNALdelContext(a0);
673  }
static native void INTERNALdelContext(long a0)
static void delLiterals ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 4648 of file Native.java.

4649  {
4650  INTERNALdelLiterals(a0, a1);
4652  if (err != Z3_error_code.Z3_OK)
4653  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4654  }
static native void INTERNALdelLiterals(long a0, long a1)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static void delModel ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 4587 of file Native.java.

4588  {
4589  INTERNALdelModel(a0, a1);
4591  if (err != Z3_error_code.Z3_OK)
4592  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4593  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native void INTERNALdelModel(long a0, long a1)
static final Z3_error_code fromInt(int v)
static void disableLiteral ( long  a0,
long  a1,
int  a2 
) throws Z3Exception
inlinestatic

Definition at line 4683 of file Native.java.

4684  {
4685  INTERNALdisableLiteral(a0, a1, a2);
4687  if (err != Z3_error_code.Z3_OK)
4688  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4689  }
static native void INTERNALdisableLiteral(long a0, long a1, int a2)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static void disableTrace ( String  a0)
inlinestatic

Definition at line 3256 of file Native.java.

Referenced by Global.disableTrace().

3257  {
3259  }
static native void INTERNALdisableTrace(String a0)
static void enableTrace ( String  a0)
inlinestatic

Definition at line 3251 of file Native.java.

Referenced by Global.enableTrace().

3252  {
3253  INTERNALenableTrace(a0);
3254  }
static native void INTERNALenableTrace(String a0)
static boolean eval ( long  a0,
long  a1,
long  a2,
LongPtr  a3 
) throws Z3Exception
inlinestatic

Definition at line 4806 of file Native.java.

4807  {
4808  boolean res = INTERNALeval(a0, a1, a2, a3);
4810  if (err != Z3_error_code.Z3_OK)
4811  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4812  return res;
4813  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native boolean INTERNALeval(long a0, long a1, long a2, LongPtr a3)
static final Z3_error_code fromInt(int v)
static boolean evalDecl ( long  a0,
long  a1,
long  a2,
int  a3,
long[]  a4,
LongPtr  a5 
) throws Z3Exception
inlinestatic

Definition at line 4815 of file Native.java.

4816  {
4817  boolean res = INTERNALevalDecl(a0, a1, a2, a3, a4, a5);
4819  if (err != Z3_error_code.Z3_OK)
4820  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4821  return res;
4822  }
static native boolean INTERNALevalDecl(long a0, long a1, long a2, int a3, long[] a4, LongPtr a5)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static boolean evalFuncDecl ( long  a0,
long  a1,
long  a2,
LongPtr  a3 
) throws Z3Exception
inlinestatic

Definition at line 4735 of file Native.java.

4736  {
4737  boolean res = INTERNALevalFuncDecl(a0, a1, a2, a3);
4739  if (err != Z3_error_code.Z3_OK)
4740  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4741  return res;
4742  }
static native boolean INTERNALevalFuncDecl(long a0, long a1, long a2, LongPtr a3)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static void fixedpointAddCover ( long  a0,
long  a1,
int  a2,
long  a3,
long  a4 
) throws Z3Exception
inlinestatic

Definition at line 3377 of file Native.java.

Referenced by Fixedpoint.addCover().

3378  {
3379  INTERNALfixedpointAddCover(a0, a1, a2, a3, a4);
3381  if (err != Z3_error_code.Z3_OK)
3382  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3383  }
static native void INTERNALfixedpointAddCover(long a0, long a1, int a2, long a3, long a4)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static void fixedpointAddFact ( long  a0,
long  a1,
long  a2,
int  a3,
int[]  a4 
) throws Z3Exception
inlinestatic

Definition at line 3299 of file Native.java.

Referenced by Fixedpoint.addFact().

3300  {
3301  INTERNALfixedpointAddFact(a0, a1, a2, a3, a4);
3303  if (err != Z3_error_code.Z3_OK)
3304  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3305  }
static native void INTERNALfixedpointAddFact(long a0, long a1, long a2, int a3, int[] a4)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static void fixedpointAddRule ( long  a0,
long  a1,
long  a2,
long  a3 
) throws Z3Exception
inlinestatic

Definition at line 3291 of file Native.java.

Referenced by Fixedpoint.addRule().

3292  {
3293  INTERNALfixedpointAddRule(a0, a1, a2, a3);
3295  if (err != Z3_error_code.Z3_OK)
3296  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3297  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static native void INTERNALfixedpointAddRule(long a0, long a1, long a2, long a3)
static void fixedpointAssert ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 3307 of file Native.java.

Referenced by Fixedpoint.add().

3308  {
3309  INTERNALfixedpointAssert(a0, a1, a2);
3311  if (err != Z3_error_code.Z3_OK)
3312  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3313  }
static native void INTERNALfixedpointAssert(long a0, long a1, long a2)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static void fixedpointDecRef ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 3283 of file Native.java.

3284  {
3285  INTERNALfixedpointDecRef(a0, a1);
3287  if (err != Z3_error_code.Z3_OK)
3288  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3289  }
static native void INTERNALfixedpointDecRef(long a0, long a1)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long fixedpointFromFile ( long  a0,
long  a1,
String  a2 
) throws Z3Exception
inlinestatic

Definition at line 3472 of file Native.java.

3473  {
3474  long res = INTERNALfixedpointFromFile(a0, a1, a2);
3476  if (err != Z3_error_code.Z3_OK)
3477  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3478  return res;
3479  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALfixedpointFromFile(long a0, long a1, String a2)
static final Z3_error_code fromInt(int v)
static long fixedpointFromString ( long  a0,
long  a1,
String  a2 
) throws Z3Exception
inlinestatic

Definition at line 3463 of file Native.java.

3464  {
3465  long res = INTERNALfixedpointFromString(a0, a1, a2);
3467  if (err != Z3_error_code.Z3_OK)
3468  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3469  return res;
3470  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALfixedpointFromString(long a0, long a1, String a2)
static final Z3_error_code fromInt(int v)
static long fixedpointGetAnswer ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 3333 of file Native.java.

Referenced by Fixedpoint.getAnswer().

3334  {
3335  long res = INTERNALfixedpointGetAnswer(a0, a1);
3337  if (err != Z3_error_code.Z3_OK)
3338  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3339  return res;
3340  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native long INTERNALfixedpointGetAnswer(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long fixedpointGetAssertions ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 3419 of file Native.java.

Referenced by Fixedpoint.getAssertions().

3420  {
3421  long res = INTERNALfixedpointGetAssertions(a0, a1);
3423  if (err != Z3_error_code.Z3_OK)
3424  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3425  return res;
3426  }
static native long INTERNALfixedpointGetAssertions(long a0, long a1)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long fixedpointGetCoverDelta ( long  a0,
long  a1,
int  a2,
long  a3 
) throws Z3Exception
inlinestatic

Definition at line 3368 of file Native.java.

Referenced by Fixedpoint.getCoverDelta().

3369  {
3370  long res = INTERNALfixedpointGetCoverDelta(a0, a1, a2, a3);
3372  if (err != Z3_error_code.Z3_OK)
3373  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3374  return res;
3375  }
static native long INTERNALfixedpointGetCoverDelta(long a0, long a1, int a2, long a3)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static String fixedpointGetHelp ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 3436 of file Native.java.

Referenced by Fixedpoint.getHelp().

3437  {
3438  String res = INTERNALfixedpointGetHelp(a0, a1);
3440  if (err != Z3_error_code.Z3_OK)
3441  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3442  return res;
3443  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static native String INTERNALfixedpointGetHelp(long a0, long a1)
static int fixedpointGetNumLevels ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 3359 of file Native.java.

Referenced by Fixedpoint.getNumLevels().

3360  {
3361  int res = INTERNALfixedpointGetNumLevels(a0, a1, a2);
3363  if (err != Z3_error_code.Z3_OK)
3364  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3365  return res;
3366  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native int INTERNALfixedpointGetNumLevels(long a0, long a1, long a2)
static final Z3_error_code fromInt(int v)
static long fixedpointGetParamDescrs ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 3445 of file Native.java.

Referenced by Fixedpoint.getParameterDescriptions().

3446  {
3447  long res = INTERNALfixedpointGetParamDescrs(a0, a1);
3449  if (err != Z3_error_code.Z3_OK)
3450  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3451  return res;
3452  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALfixedpointGetParamDescrs(long a0, long a1)
static final Z3_error_code fromInt(int v)
static String fixedpointGetReasonUnknown ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 3342 of file Native.java.

Referenced by Fixedpoint.getReasonUnknown().

3343  {
3344  String res = INTERNALfixedpointGetReasonUnknown(a0, a1);
3346  if (err != Z3_error_code.Z3_OK)
3347  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3348  return res;
3349  }
static native String INTERNALfixedpointGetReasonUnknown(long a0, long a1)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long fixedpointGetRules ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 3410 of file Native.java.

Referenced by Fixedpoint.getRules().

3411  {
3412  long res = INTERNALfixedpointGetRules(a0, a1);
3414  if (err != Z3_error_code.Z3_OK)
3415  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3416  return res;
3417  }
static native long INTERNALfixedpointGetRules(long a0, long a1)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long fixedpointGetStatistics ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 3385 of file Native.java.

3386  {
3387  long res = INTERNALfixedpointGetStatistics(a0, a1);
3389  if (err != Z3_error_code.Z3_OK)
3390  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3391  return res;
3392  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static native long INTERNALfixedpointGetStatistics(long a0, long a1)
static void fixedpointIncRef ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 3275 of file Native.java.

3276  {
3277  INTERNALfixedpointIncRef(a0, a1);
3279  if (err != Z3_error_code.Z3_OK)
3280  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3281  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native void INTERNALfixedpointIncRef(long a0, long a1)
static final Z3_error_code fromInt(int v)
static void fixedpointPop ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 3489 of file Native.java.

Referenced by Fixedpoint.pop().

3490  {
3491  INTERNALfixedpointPop(a0, a1);
3493  if (err != Z3_error_code.Z3_OK)
3494  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3495  }
static native void INTERNALfixedpointPop(long a0, long a1)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static void fixedpointPush ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 3481 of file Native.java.

Referenced by Fixedpoint.push().

3482  {
3483  INTERNALfixedpointPush(a0, a1);
3485  if (err != Z3_error_code.Z3_OK)
3486  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3487  }
static native void INTERNALfixedpointPush(long a0, long a1)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static int fixedpointQuery ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 3315 of file Native.java.

Referenced by Fixedpoint.query().

3316  {
3317  int res = INTERNALfixedpointQuery(a0, a1, a2);
3319  if (err != Z3_error_code.Z3_OK)
3320  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3321  return res;
3322  }
static native int INTERNALfixedpointQuery(long a0, long a1, long a2)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static int fixedpointQueryRelations ( long  a0,
long  a1,
int  a2,
long[]  a3 
) throws Z3Exception
inlinestatic

Definition at line 3324 of file Native.java.

Referenced by Fixedpoint.query().

3325  {
3326  int res = INTERNALfixedpointQueryRelations(a0, a1, a2, a3);
3328  if (err != Z3_error_code.Z3_OK)
3329  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3330  return res;
3331  }
static native int INTERNALfixedpointQueryRelations(long a0, long a1, int a2, long[] a3)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static void fixedpointRegisterRelation ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 3394 of file Native.java.

Referenced by Fixedpoint.registerRelation().

3395  {
3398  if (err != Z3_error_code.Z3_OK)
3399  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3400  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native void INTERNALfixedpointRegisterRelation(long a0, long a1, long a2)
static final Z3_error_code fromInt(int v)
static void fixedpointSetParams ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 3428 of file Native.java.

Referenced by Fixedpoint.setParameters().

3429  {
3430  INTERNALfixedpointSetParams(a0, a1, a2);
3432  if (err != Z3_error_code.Z3_OK)
3433  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3434  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native void INTERNALfixedpointSetParams(long a0, long a1, long a2)
static final Z3_error_code fromInt(int v)
static void fixedpointSetPredicateRepresentation ( long  a0,
long  a1,
long  a2,
int  a3,
long[]  a4 
) throws Z3Exception
inlinestatic

Definition at line 3402 of file Native.java.

Referenced by Fixedpoint.setPredicateRepresentation().

3403  {
3406  if (err != Z3_error_code.Z3_OK)
3407  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3408  }
static native void INTERNALfixedpointSetPredicateRepresentation(long a0, long a1, long a2, int a3, long[] a4)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static String fixedpointToString ( long  a0,
long  a1,
int  a2,
long[]  a3 
) throws Z3Exception
inlinestatic

Definition at line 3454 of file Native.java.

Referenced by Fixedpoint.toString().

3455  {
3456  String res = INTERNALfixedpointToString(a0, a1, a2, a3);
3458  if (err != Z3_error_code.Z3_OK)
3459  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3460  return res;
3461  }
static native String INTERNALfixedpointToString(long a0, long a1, int a2, long[] a3)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static void fixedpointUpdateRule ( long  a0,
long  a1,
long  a2,
long  a3 
) throws Z3Exception
inlinestatic

Definition at line 3351 of file Native.java.

Referenced by Fixedpoint.updateRule().

3352  {
3353  INTERNALfixedpointUpdateRule(a0, a1, a2, a3);
3355  if (err != Z3_error_code.Z3_OK)
3356  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3357  }
static native void INTERNALfixedpointUpdateRule(long a0, long a1, long a2, long a3)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static int fpaGetEbits ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 5853 of file Native.java.

Referenced by FPSort.getEBits(), and FPSort.getSBits().

5854  {
5855  int res = INTERNALfpaGetEbits(a0, a1);
5857  if (err != Z3_error_code.Z3_OK)
5858  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5859  return res;
5860  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native int INTERNALfpaGetEbits(long a0, long a1)
static final Z3_error_code fromInt(int v)
static boolean fpaGetNumeralExponentInt64 ( long  a0,
long  a1,
LongPtr  a2 
) throws Z3Exception
inlinestatic

Definition at line 5898 of file Native.java.

Referenced by FPNum.getExponentInt64().

5899  {
5900  boolean res = INTERNALfpaGetNumeralExponentInt64(a0, a1, a2);
5902  if (err != Z3_error_code.Z3_OK)
5903  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5904  return res;
5905  }
static native boolean INTERNALfpaGetNumeralExponentInt64(long a0, long a1, LongPtr a2)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static String fpaGetNumeralExponentString ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 5889 of file Native.java.

Referenced by FPNum.getExponent().

5890  {
5891  String res = INTERNALfpaGetNumeralExponentString(a0, a1);
5893  if (err != Z3_error_code.Z3_OK)
5894  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5895  return res;
5896  }
static native String INTERNALfpaGetNumeralExponentString(long a0, long a1)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static boolean fpaGetNumeralSign ( long  a0,
long  a1,
IntPtr  a2 
) throws Z3Exception
inlinestatic

Definition at line 5871 of file Native.java.

Referenced by FPNum.getSign().

5872  {
5873  boolean res = INTERNALfpaGetNumeralSign(a0, a1, a2);
5875  if (err != Z3_error_code.Z3_OK)
5876  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5877  return res;
5878  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native boolean INTERNALfpaGetNumeralSign(long a0, long a1, IntPtr a2)
static final Z3_error_code fromInt(int v)
static String fpaGetNumeralSignificandString ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 5880 of file Native.java.

Referenced by FPNum.getSignificand().

5881  {
5882  String res = INTERNALfpaGetNumeralSignificandString(a0, a1);
5884  if (err != Z3_error_code.Z3_OK)
5885  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5886  return res;
5887  }
static native String INTERNALfpaGetNumeralSignificandString(long a0, long a1)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static int fpaGetSbits ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 5862 of file Native.java.

5863  {
5864  int res = INTERNALfpaGetSbits(a0, a1);
5866  if (err != Z3_error_code.Z3_OK)
5867  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5868  return res;
5869  }
static native int INTERNALfpaGetSbits(long a0, long a1)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long funcDeclToAst ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 2188 of file Native.java.

2189  {
2190  long res = INTERNALfuncDeclToAst(a0, a1);
2192  if (err != Z3_error_code.Z3_OK)
2193  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2194  return res;
2195  }
static native long INTERNALfuncDeclToAst(long a0, long a1)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static String funcDeclToString ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 3075 of file Native.java.

Referenced by FuncDecl.toString().

3076  {
3077  String res = INTERNALfuncDeclToString(a0, a1);
3079  if (err != Z3_error_code.Z3_OK)
3080  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3081  return res;
3082  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALfuncDeclToString(long a0, long a1)
static final Z3_error_code fromInt(int v)
static void funcEntryDecRef ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 2984 of file Native.java.

2985  {
2986  INTERNALfuncEntryDecRef(a0, a1);
2988  if (err != Z3_error_code.Z3_OK)
2989  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2990  }
static native void INTERNALfuncEntryDecRef(long a0, long a1)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long funcEntryGetArg ( long  a0,
long  a1,
int  a2 
) throws Z3Exception
inlinestatic

Definition at line 3010 of file Native.java.

Referenced by FuncInterp.Entry.getArgs().

3011  {
3012  long res = INTERNALfuncEntryGetArg(a0, a1, a2);
3014  if (err != Z3_error_code.Z3_OK)
3015  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3016  return res;
3017  }
static native long INTERNALfuncEntryGetArg(long a0, long a1, int a2)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static int funcEntryGetNumArgs ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 3001 of file Native.java.

Referenced by FuncInterp.Entry.getNumArgs().

3002  {
3003  int res = INTERNALfuncEntryGetNumArgs(a0, a1);
3005  if (err != Z3_error_code.Z3_OK)
3006  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3007  return res;
3008  }
static native int INTERNALfuncEntryGetNumArgs(long a0, long a1)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long funcEntryGetValue ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 2992 of file Native.java.

Referenced by FuncInterp.Entry.getValue().

2993  {
2994  long res = INTERNALfuncEntryGetValue(a0, a1);
2996  if (err != Z3_error_code.Z3_OK)
2997  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2998  return res;
2999  }
static native long INTERNALfuncEntryGetValue(long a0, long a1)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static void funcEntryIncRef ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 2976 of file Native.java.

2977  {
2978  INTERNALfuncEntryIncRef(a0, a1);
2980  if (err != Z3_error_code.Z3_OK)
2981  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2982  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native void INTERNALfuncEntryIncRef(long a0, long a1)
static final Z3_error_code fromInt(int v)
static void funcInterpDecRef ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 2932 of file Native.java.

2933  {
2934  INTERNALfuncInterpDecRef(a0, a1);
2936  if (err != Z3_error_code.Z3_OK)
2937  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2938  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native void INTERNALfuncInterpDecRef(long a0, long a1)
static final Z3_error_code fromInt(int v)
static int funcInterpGetArity ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 2967 of file Native.java.

Referenced by FuncInterp.getArity().

2968  {
2969  int res = INTERNALfuncInterpGetArity(a0, a1);
2971  if (err != Z3_error_code.Z3_OK)
2972  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2973  return res;
2974  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native int INTERNALfuncInterpGetArity(long a0, long a1)
static final Z3_error_code fromInt(int v)
static long funcInterpGetElse ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 2958 of file Native.java.

Referenced by FuncInterp.getElse().

2959  {
2960  long res = INTERNALfuncInterpGetElse(a0, a1);
2962  if (err != Z3_error_code.Z3_OK)
2963  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2964  return res;
2965  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALfuncInterpGetElse(long a0, long a1)
static final Z3_error_code fromInt(int v)
static long funcInterpGetEntry ( long  a0,
long  a1,
int  a2 
) throws Z3Exception
inlinestatic

Definition at line 2949 of file Native.java.

Referenced by FuncInterp.getEntries().

2950  {
2951  long res = INTERNALfuncInterpGetEntry(a0, a1, a2);
2953  if (err != Z3_error_code.Z3_OK)
2954  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2955  return res;
2956  }
static native long INTERNALfuncInterpGetEntry(long a0, long a1, int a2)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static int funcInterpGetNumEntries ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 2940 of file Native.java.

Referenced by FuncInterp.getNumEntries().

2941  {
2942  int res = INTERNALfuncInterpGetNumEntries(a0, a1);
2944  if (err != Z3_error_code.Z3_OK)
2945  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2946  return res;
2947  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native int INTERNALfuncInterpGetNumEntries(long a0, long a1)
static final Z3_error_code fromInt(int v)
static void funcInterpIncRef ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 2924 of file Native.java.

2925  {
2926  INTERNALfuncInterpIncRef(a0, a1);
2928  if (err != Z3_error_code.Z3_OK)
2929  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2930  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native void INTERNALfuncInterpIncRef(long a0, long a1)
static final Z3_error_code fromInt(int v)
static long getAlgebraicNumberLower ( long  a0,
long  a1,
int  a2 
) throws Z3Exception
inlinestatic

Definition at line 2584 of file Native.java.

Referenced by AlgebraicNum.toLower().

2585  {
2586  long res = INTERNALgetAlgebraicNumberLower(a0, a1, a2);
2588  if (err != Z3_error_code.Z3_OK)
2589  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2590  return res;
2591  }
static native long INTERNALgetAlgebraicNumberLower(long a0, long a1, int a2)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long getAlgebraicNumberUpper ( long  a0,
long  a1,
int  a2 
) throws Z3Exception
inlinestatic

Definition at line 2593 of file Native.java.

Referenced by AlgebraicNum.toUpper().

2594  {
2595  long res = INTERNALgetAlgebraicNumberUpper(a0, a1, a2);
2597  if (err != Z3_error_code.Z3_OK)
2598  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2599  return res;
2600  }
static native long INTERNALgetAlgebraicNumberUpper(long a0, long a1, int a2)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long getAppArg ( long  a0,
long  a1,
int  a2 
) throws Z3Exception
inlinestatic

Definition at line 2377 of file Native.java.

Referenced by Expr.getArgs().

2378  {
2379  long res = INTERNALgetAppArg(a0, a1, a2);
2381  if (err != Z3_error_code.Z3_OK)
2382  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2383  return res;
2384  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALgetAppArg(long a0, long a1, int a2)
static final Z3_error_code fromInt(int v)
static long getAppDecl ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 2359 of file Native.java.

Referenced by Expr.getFuncDecl().

2360  {
2361  long res = INTERNALgetAppDecl(a0, a1);
2363  if (err != Z3_error_code.Z3_OK)
2364  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2365  return res;
2366  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static native long INTERNALgetAppDecl(long a0, long a1)
static int getAppNumArgs ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 2368 of file Native.java.

Referenced by Expr.getNumArgs().

2369  {
2370  int res = INTERNALgetAppNumArgs(a0, a1);
2372  if (err != Z3_error_code.Z3_OK)
2373  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2374  return res;
2375  }
static native int INTERNALgetAppNumArgs(long a0, long a1)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static int getArity ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 2242 of file Native.java.

Referenced by FuncDecl.getArity().

2243  {
2244  int res = INTERNALgetArity(a0, a1);
2246  if (err != Z3_error_code.Z3_OK)
2247  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2248  return res;
2249  }
static native int INTERNALgetArity(long a0, long a1)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long getArraySortDomain ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 2089 of file Native.java.

Referenced by ArraySort.getDomain().

2090  {
2091  long res = INTERNALgetArraySortDomain(a0, a1);
2093  if (err != Z3_error_code.Z3_OK)
2094  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2095  return res;
2096  }
static native long INTERNALgetArraySortDomain(long a0, long a1)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long getArraySortRange ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 2098 of file Native.java.

Referenced by ArraySort.getRange().

2099  {
2100  long res = INTERNALgetArraySortRange(a0, a1);
2102  if (err != Z3_error_code.Z3_OK)
2103  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2104  return res;
2105  }
static native long INTERNALgetArraySortRange(long a0, long a1)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static void getArrayValue ( long  a0,
long  a1,
long  a2,
int  a3,
long[]  a4,
long[]  a5,
LongPtr  a6 
) throws Z3Exception
inlinestatic

Definition at line 4753 of file Native.java.

4754  {
4755  INTERNALgetArrayValue(a0, a1, a2, a3, a4, a5, a6);
4757  if (err != Z3_error_code.Z3_OK)
4758  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4759  }
static native void INTERNALgetArrayValue(long a0, long a1, long a2, int a3, long[] a4, long[] a5, LongPtr a6)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long getAsArrayFuncDecl ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 2915 of file Native.java.

Referenced by Model.getFuncInterp().

2916  {
2917  long res = INTERNALgetAsArrayFuncDecl(a0, a1);
2919  if (err != Z3_error_code.Z3_OK)
2920  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2921  return res;
2922  }
static native long INTERNALgetAsArrayFuncDecl(long a0, long a1)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static int getAstHash ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 2404 of file Native.java.

Referenced by AST.hashCode().

2405  {
2406  int res = INTERNALgetAstHash(a0, a1);
2408  if (err != Z3_error_code.Z3_OK)
2409  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2410  return res;
2411  }
static native int INTERNALgetAstHash(long a0, long a1)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static int getAstId ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 2395 of file Native.java.

Referenced by AST.getId().

2396  {
2397  int res = INTERNALgetAstId(a0, a1);
2399  if (err != Z3_error_code.Z3_OK)
2400  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2401  return res;
2402  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native int INTERNALgetAstId(long a0, long a1)
static final Z3_error_code fromInt(int v)
static int getAstKind ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 2440 of file Native.java.

Referenced by AST.getASTKind().

2441  {
2442  int res = INTERNALgetAstKind(a0, a1);
2444  if (err != Z3_error_code.Z3_OK)
2445  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2446  return res;
2447  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native int INTERNALgetAstKind(long a0, long a1)
static final Z3_error_code fromInt(int v)
static int getBoolValue ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 2431 of file Native.java.

Referenced by Expr.getBoolValue().

2432  {
2433  int res = INTERNALgetBoolValue(a0, a1);
2435  if (err != Z3_error_code.Z3_OK)
2436  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2437  return res;
2438  }
static native int INTERNALgetBoolValue(long a0, long a1)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static int getBvSortSize ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 2071 of file Native.java.

Referenced by BitVecSort.getSize().

2072  {
2073  int res = INTERNALgetBvSortSize(a0, a1);
2075  if (err != Z3_error_code.Z3_OK)
2076  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2077  return res;
2078  }
static native int INTERNALgetBvSortSize(long a0, long a1)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long getContextAssignment ( long  a0) throws Z3Exception
inlinestatic

Definition at line 4842 of file Native.java.

4843  {
4844  long res = INTERNALgetContextAssignment(a0);
4846  if (err != Z3_error_code.Z3_OK)
4847  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4848  return res;
4849  }
static native long INTERNALgetContextAssignment(long a0)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long getDatatypeSortConstructor ( long  a0,
long  a1,
int  a2 
) throws Z3Exception
inlinestatic

Definition at line 2143 of file Native.java.

Referenced by DatatypeSort.getAccessors(), ListSort.getConsDecl(), EnumSort.getConstDecl(), EnumSort.getConstDecls(), DatatypeSort.getConstructors(), and ListSort.getNilDecl().

2144  {
2145  long res = INTERNALgetDatatypeSortConstructor(a0, a1, a2);
2147  if (err != Z3_error_code.Z3_OK)
2148  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2149  return res;
2150  }
static native long INTERNALgetDatatypeSortConstructor(long a0, long a1, int a2)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long getDatatypeSortConstructorAccessor ( long  a0,
long  a1,
int  a2,
int  a3 
) throws Z3Exception
inlinestatic

Definition at line 2161 of file Native.java.

Referenced by DatatypeSort.getAccessors(), ListSort.getHeadDecl(), and ListSort.getTailDecl().

2162  {
2163  long res = INTERNALgetDatatypeSortConstructorAccessor(a0, a1, a2, a3);
2165  if (err != Z3_error_code.Z3_OK)
2166  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2167  return res;
2168  }
static native long INTERNALgetDatatypeSortConstructorAccessor(long a0, long a1, int a2, int a3)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static int getDatatypeSortNumConstructors ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 2134 of file Native.java.

Referenced by EnumSort.getConstDecls(), DatatypeSort.getNumConstructors(), and EnumSort.getTesterDecls().

2135  {
2136  int res = INTERNALgetDatatypeSortNumConstructors(a0, a1);
2138  if (err != Z3_error_code.Z3_OK)
2139  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2140  return res;
2141  }
static native int INTERNALgetDatatypeSortNumConstructors(long a0, long a1)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long getDatatypeSortRecognizer ( long  a0,
long  a1,
int  a2 
) throws Z3Exception
inlinestatic

Definition at line 2152 of file Native.java.

Referenced by ListSort.getIsConsDecl(), ListSort.getIsNilDecl(), DatatypeSort.getRecognizers(), EnumSort.getTesterDecl(), and EnumSort.getTesterDecls().

2153  {
2154  long res = INTERNALgetDatatypeSortRecognizer(a0, a1, a2);
2156  if (err != Z3_error_code.Z3_OK)
2157  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2158  return res;
2159  }
static native long INTERNALgetDatatypeSortRecognizer(long a0, long a1, int a2)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long getDeclAstParameter ( long  a0,
long  a1,
int  a2 
) throws Z3Exception
inlinestatic

Definition at line 2323 of file Native.java.

Referenced by FuncDecl.getParameters().

2324  {
2325  long res = INTERNALgetDeclAstParameter(a0, a1, a2);
2327  if (err != Z3_error_code.Z3_OK)
2328  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2329  return res;
2330  }
static native long INTERNALgetDeclAstParameter(long a0, long a1, int a2)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static double getDeclDoubleParameter ( long  a0,
long  a1,
int  a2 
) throws Z3Exception
inlinestatic

Definition at line 2296 of file Native.java.

Referenced by FuncDecl.getParameters().

2297  {
2298  double res = INTERNALgetDeclDoubleParameter(a0, a1, a2);
2300  if (err != Z3_error_code.Z3_OK)
2301  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2302  return res;
2303  }
static native double INTERNALgetDeclDoubleParameter(long a0, long a1, int a2)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long getDeclFuncDeclParameter ( long  a0,
long  a1,
int  a2 
) throws Z3Exception
inlinestatic

Definition at line 2332 of file Native.java.

Referenced by FuncDecl.getParameters().

2333  {
2334  long res = INTERNALgetDeclFuncDeclParameter(a0, a1, a2);
2336  if (err != Z3_error_code.Z3_OK)
2337  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2338  return res;
2339  }
static native long INTERNALgetDeclFuncDeclParameter(long a0, long a1, int a2)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static int getDeclIntParameter ( long  a0,
long  a1,
int  a2 
) throws Z3Exception
inlinestatic

Definition at line 2287 of file Native.java.

Referenced by FuncDecl.getParameters().

2288  {
2289  int res = INTERNALgetDeclIntParameter(a0, a1, a2);
2291  if (err != Z3_error_code.Z3_OK)
2292  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2293  return res;
2294  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native int INTERNALgetDeclIntParameter(long a0, long a1, int a2)
static final Z3_error_code fromInt(int v)
static int getDeclKind ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 2224 of file Native.java.

Referenced by FuncDecl.getDeclKind().

2225  {
2226  int res = INTERNALgetDeclKind(a0, a1);
2228  if (err != Z3_error_code.Z3_OK)
2229  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2230  return res;
2231  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetDeclKind(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long getDeclName ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 2215 of file Native.java.

Referenced by FuncDecl.getName().

2216  {
2217  long res = INTERNALgetDeclName(a0, a1);
2219  if (err != Z3_error_code.Z3_OK)
2220  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2221  return res;
2222  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALgetDeclName(long a0, long a1)
static final Z3_error_code fromInt(int v)
static int getDeclNumParameters ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 2269 of file Native.java.

Referenced by FuncDecl.getNumParameters().

2270  {
2271  int res = INTERNALgetDeclNumParameters(a0, a1);
2273  if (err != Z3_error_code.Z3_OK)
2274  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2275  return res;
2276  }
static native int INTERNALgetDeclNumParameters(long a0, long a1)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static int getDeclParameterKind ( long  a0,
long  a1,
int  a2 
) throws Z3Exception
inlinestatic

Definition at line 2278 of file Native.java.

2279  {
2280  int res = INTERNALgetDeclParameterKind(a0, a1, a2);
2282  if (err != Z3_error_code.Z3_OK)
2283  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2284  return res;
2285  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native int INTERNALgetDeclParameterKind(long a0, long a1, int a2)
static final Z3_error_code fromInt(int v)
static String getDeclRationalParameter ( long  a0,
long  a1,
int  a2 
) throws Z3Exception
inlinestatic

Definition at line 2341 of file Native.java.

Referenced by FuncDecl.getParameters().

2342  {
2343  String res = INTERNALgetDeclRationalParameter(a0, a1, a2);
2345  if (err != Z3_error_code.Z3_OK)
2346  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2347  return res;
2348  }
static native String INTERNALgetDeclRationalParameter(long a0, long a1, int a2)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long getDeclSortParameter ( long  a0,
long  a1,
int  a2 
) throws Z3Exception
inlinestatic

Definition at line 2314 of file Native.java.

2315  {
2316  long res = INTERNALgetDeclSortParameter(a0, a1, a2);
2318  if (err != Z3_error_code.Z3_OK)
2319  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2320  return res;
2321  }
static native long INTERNALgetDeclSortParameter(long a0, long a1, int a2)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long getDeclSymbolParameter ( long  a0,
long  a1,
int  a2 
) throws Z3Exception
inlinestatic

Definition at line 2305 of file Native.java.

2306  {
2307  long res = INTERNALgetDeclSymbolParameter(a0, a1, a2);
2309  if (err != Z3_error_code.Z3_OK)
2310  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2311  return res;
2312  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALgetDeclSymbolParameter(long a0, long a1, int a2)
static final Z3_error_code fromInt(int v)
static long getDenominator ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 2521 of file Native.java.

Referenced by RatNum.getDenominator().

2522  {
2523  long res = INTERNALgetDenominator(a0, a1);
2525  if (err != Z3_error_code.Z3_OK)
2526  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2527  return res;
2528  }
static native long INTERNALgetDenominator(long a0, long a1)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long getDomain ( long  a0,
long  a1,
int  a2 
) throws Z3Exception
inlinestatic

Definition at line 2251 of file Native.java.

Referenced by FuncDecl.getDomain().

2252  {
2253  long res = INTERNALgetDomain(a0, a1, a2);
2255  if (err != Z3_error_code.Z3_OK)
2256  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2257  return res;
2258  }
static native long INTERNALgetDomain(long a0, long a1, int a2)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static int getDomainSize ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 2233 of file Native.java.

Referenced by FuncDecl.getDomainSize().

2234  {
2235  int res = INTERNALgetDomainSize(a0, a1);
2237  if (err != Z3_error_code.Z3_OK)
2238  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2239  return res;
2240  }
static native int INTERNALgetDomainSize(long a0, long a1)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static int getErrorCode ( long  a0) throws Z3Exception
inlinestatic

Definition at line 3217 of file Native.java.

3218  {
3219  int res = INTERNALgetErrorCode(a0);
3220  return res;
3221  }
static native int INTERNALgetErrorCode(long a0)
static String getErrorMsg ( int  a0)
inlinestatic

Definition at line 3231 of file Native.java.

3232  {
3233  String res = INTERNALgetErrorMsg(a0);
3234  return res;
3235  }
static native String INTERNALgetErrorMsg(int a0)
static String getErrorMsgEx ( long  a0,
int  a1 
) throws Z3Exception
inlinestatic

Definition at line 3237 of file Native.java.

3238  {
3239  String res = INTERNALgetErrorMsgEx(a0, a1);
3241  if (err != Z3_error_code.Z3_OK)
3242  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3243  return res;
3244  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static boolean getFiniteDomainSortSize ( long  a0,
long  a1,
LongPtr  a2 
) throws Z3Exception
inlinestatic

Definition at line 2080 of file Native.java.

Referenced by FiniteDomainSort.getSize().

2081  {
2082  boolean res = INTERNALgetFiniteDomainSortSize(a0, a1, a2);
2084  if (err != Z3_error_code.Z3_OK)
2085  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2086  return res;
2087  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native boolean INTERNALgetFiniteDomainSortSize(long a0, long a1, LongPtr a2)
static final Z3_error_code fromInt(int v)
static int getFuncDeclId ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 2206 of file Native.java.

Referenced by FuncDecl.getId().

2207  {
2208  int res = INTERNALgetFuncDeclId(a0, a1);
2210  if (err != Z3_error_code.Z3_OK)
2211  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2212  return res;
2213  }
static native int INTERNALgetFuncDeclId(long a0, long a1)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long getGuessedLiterals ( long  a0) throws Z3Exception
inlinestatic

Definition at line 4639 of file Native.java.

4640  {
4641  long res = INTERNALgetGuessedLiterals(a0);
4643  if (err != Z3_error_code.Z3_OK)
4644  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4645  return res;
4646  }
static native long INTERNALgetGuessedLiterals(long a0)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static int getImpliedEqualities ( long  a0,
long  a1,
int  a2,
long[]  a3,
int[]  a4 
) throws Z3Exception
inlinestatic

Definition at line 4578 of file Native.java.

4579  {
4580  int res = INTERNALgetImpliedEqualities(a0, a1, a2, a3, a4);
4582  if (err != Z3_error_code.Z3_OK)
4583  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4584  return res;
4585  }
static native int INTERNALgetImpliedEqualities(long a0, long a1, int a2, long[] a3, int[] a4)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static int getIndexValue ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 2629 of file Native.java.

Referenced by Expr.getIndex().

2630  {
2631  int res = INTERNALgetIndexValue(a0, a1);
2633  if (err != Z3_error_code.Z3_OK)
2634  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2635  return res;
2636  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native int INTERNALgetIndexValue(long a0, long a1)
static final Z3_error_code fromInt(int v)
static long getInterpolant ( long  a0,
long  a1,
long  a2,
long  a3 
) throws Z3Exception
inlinestatic

Definition at line 5251 of file Native.java.

Referenced by InterpolationContext.GetInterpolant().

5252  {
5253  long res = INTERNALgetInterpolant(a0, a1, a2, a3);
5255  if (err != Z3_error_code.Z3_OK)
5256  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5257  return res;
5258  }
static native long INTERNALgetInterpolant(long a0, long a1, long a2, long a3)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long getLabelSymbol ( long  a0,
long  a1,
int  a2 
) throws Z3Exception
inlinestatic

Definition at line 4665 of file Native.java.

4666  {
4667  long res = INTERNALgetLabelSymbol(a0, a1, a2);
4669  if (err != Z3_error_code.Z3_OK)
4670  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4671  return res;
4672  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALgetLabelSymbol(long a0, long a1, int a2)
static final Z3_error_code fromInt(int v)
static long getLiteral ( long  a0,
long  a1,
int  a2 
) throws Z3Exception
inlinestatic

Definition at line 4674 of file Native.java.

4675  {
4676  long res = INTERNALgetLiteral(a0, a1, a2);
4678  if (err != Z3_error_code.Z3_OK)
4679  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4680  return res;
4681  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALgetLiteral(long a0, long a1, int a2)
static final Z3_error_code fromInt(int v)
static long getModelConstant ( long  a0,
long  a1,
int  a2 
) throws Z3Exception
inlinestatic

Definition at line 4708 of file Native.java.

4709  {
4710  long res = INTERNALgetModelConstant(a0, a1, a2);
4712  if (err != Z3_error_code.Z3_OK)
4713  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4714  return res;
4715  }
static native long INTERNALgetModelConstant(long a0, long a1, int a2)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long getModelFuncDecl ( long  a0,
long  a1,
int  a2 
) throws Z3Exception
inlinestatic

Definition at line 4726 of file Native.java.

4727  {
4728  long res = INTERNALgetModelFuncDecl(a0, a1, a2);
4730  if (err != Z3_error_code.Z3_OK)
4731  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4732  return res;
4733  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALgetModelFuncDecl(long a0, long a1, int a2)
static final Z3_error_code fromInt(int v)
static long getModelFuncElse ( long  a0,
long  a1,
int  a2 
) throws Z3Exception
inlinestatic

Definition at line 4761 of file Native.java.

4762  {
4763  long res = INTERNALgetModelFuncElse(a0, a1, a2);
4765  if (err != Z3_error_code.Z3_OK)
4766  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4767  return res;
4768  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALgetModelFuncElse(long a0, long a1, int a2)
static final Z3_error_code fromInt(int v)
static long getModelFuncEntryArg ( long  a0,
long  a1,
int  a2,
int  a3,
int  a4 
) throws Z3Exception
inlinestatic

Definition at line 4788 of file Native.java.

4789  {
4790  long res = INTERNALgetModelFuncEntryArg(a0, a1, a2, a3, a4);
4792  if (err != Z3_error_code.Z3_OK)
4793  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4794  return res;
4795  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALgetModelFuncEntryArg(long a0, long a1, int a2, int a3, int a4)
static final Z3_error_code fromInt(int v)
static int getModelFuncEntryNumArgs ( long  a0,
long  a1,
int  a2,
int  a3 
) throws Z3Exception
inlinestatic

Definition at line 4779 of file Native.java.

4780  {
4781  int res = INTERNALgetModelFuncEntryNumArgs(a0, a1, a2, a3);
4783  if (err != Z3_error_code.Z3_OK)
4784  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4785  return res;
4786  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native int INTERNALgetModelFuncEntryNumArgs(long a0, long a1, int a2, int a3)
static final Z3_error_code fromInt(int v)
static long getModelFuncEntryValue ( long  a0,
long  a1,
int  a2,
int  a3 
) throws Z3Exception
inlinestatic

Definition at line 4797 of file Native.java.

4798  {
4799  long res = INTERNALgetModelFuncEntryValue(a0, a1, a2, a3);
4801  if (err != Z3_error_code.Z3_OK)
4802  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4803  return res;
4804  }
static native long INTERNALgetModelFuncEntryValue(long a0, long a1, int a2, int a3)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static int getModelFuncNumEntries ( long  a0,
long  a1,
int  a2 
) throws Z3Exception
inlinestatic

Definition at line 4770 of file Native.java.

4771  {
4772  int res = INTERNALgetModelFuncNumEntries(a0, a1, a2);
4774  if (err != Z3_error_code.Z3_OK)
4775  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4776  return res;
4777  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native int INTERNALgetModelFuncNumEntries(long a0, long a1, int a2)
static final Z3_error_code fromInt(int v)
static int getModelNumConstants ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 4699 of file Native.java.

4700  {
4701  int res = INTERNALgetModelNumConstants(a0, a1);
4703  if (err != Z3_error_code.Z3_OK)
4704  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4705  return res;
4706  }
static native int INTERNALgetModelNumConstants(long a0, long a1)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static int getModelNumFuncs ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 4717 of file Native.java.

4718  {
4719  int res = INTERNALgetModelNumFuncs(a0, a1);
4721  if (err != Z3_error_code.Z3_OK)
4722  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4723  return res;
4724  }
static native int INTERNALgetModelNumFuncs(long a0, long a1)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static String getNumeralDecimalString ( long  a0,
long  a1,
int  a2 
) throws Z3Exception
inlinestatic

Definition at line 2503 of file Native.java.

Referenced by AlgebraicNum.toDecimal(), and RatNum.toDecimalString().

2504  {
2505  String res = INTERNALgetNumeralDecimalString(a0, a1, a2);
2507  if (err != Z3_error_code.Z3_OK)
2508  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2509  return res;
2510  }
static native String INTERNALgetNumeralDecimalString(long a0, long a1, int a2)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static boolean getNumeralInt ( long  a0,
long  a1,
IntPtr  a2 
) throws Z3Exception
inlinestatic

Definition at line 2539 of file Native.java.

Referenced by BitVecNum.getInt(), and IntNum.getInt().

2540  {
2541  boolean res = INTERNALgetNumeralInt(a0, a1, a2);
2543  if (err != Z3_error_code.Z3_OK)
2544  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2545  return res;
2546  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native boolean INTERNALgetNumeralInt(long a0, long a1, IntPtr a2)
static final Z3_error_code fromInt(int v)
static boolean getNumeralInt64 ( long  a0,
long  a1,
LongPtr  a2 
) throws Z3Exception
inlinestatic

Definition at line 2566 of file Native.java.

Referenced by IntNum.getInt64(), and BitVecNum.getLong().

2567  {
2568  boolean res = INTERNALgetNumeralInt64(a0, a1, a2);
2570  if (err != Z3_error_code.Z3_OK)
2571  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2572  return res;
2573  }
static native boolean INTERNALgetNumeralInt64(long a0, long a1, LongPtr a2)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static boolean getNumeralRationalInt64 ( long  a0,
long  a1,
LongPtr  a2,
LongPtr  a3 
) throws Z3Exception
inlinestatic

Definition at line 2575 of file Native.java.

2576  {
2577  boolean res = INTERNALgetNumeralRationalInt64(a0, a1, a2, a3);
2579  if (err != Z3_error_code.Z3_OK)
2580  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2581  return res;
2582  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native boolean INTERNALgetNumeralRationalInt64(long a0, long a1, LongPtr a2, LongPtr a3)
static final Z3_error_code fromInt(int v)
static boolean getNumeralSmall ( long  a0,
long  a1,
LongPtr  a2,
LongPtr  a3 
) throws Z3Exception
inlinestatic

Definition at line 2530 of file Native.java.

2531  {
2532  boolean res = INTERNALgetNumeralSmall(a0, a1, a2, a3);
2534  if (err != Z3_error_code.Z3_OK)
2535  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2536  return res;
2537  }
static native boolean INTERNALgetNumeralSmall(long a0, long a1, LongPtr a2, LongPtr a3)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static String getNumeralString ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 2494 of file Native.java.

Referenced by BitVecNum.toString(), IntNum.toString(), FPNum.toString(), and RatNum.toString().

2495  {
2496  String res = INTERNALgetNumeralString(a0, a1);
2498  if (err != Z3_error_code.Z3_OK)
2499  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2500  return res;
2501  }
static native String INTERNALgetNumeralString(long a0, long a1)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static boolean getNumeralUint ( long  a0,
long  a1,
IntPtr  a2 
) throws Z3Exception
inlinestatic

Definition at line 2548 of file Native.java.

2549  {
2550  boolean res = INTERNALgetNumeralUint(a0, a1, a2);
2552  if (err != Z3_error_code.Z3_OK)
2553  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2554  return res;
2555  }
static native boolean INTERNALgetNumeralUint(long a0, long a1, IntPtr a2)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static boolean getNumeralUint64 ( long  a0,
long  a1,
LongPtr  a2 
) throws Z3Exception
inlinestatic

Definition at line 2557 of file Native.java.

2558  {
2559  boolean res = INTERNALgetNumeralUint64(a0, a1, a2);
2561  if (err != Z3_error_code.Z3_OK)
2562  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2563  return res;
2564  }
static native boolean INTERNALgetNumeralUint64(long a0, long a1, LongPtr a2)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long getNumerator ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 2512 of file Native.java.

Referenced by RatNum.getNumerator().

2513  {
2514  long res = INTERNALgetNumerator(a0, a1);
2516  if (err != Z3_error_code.Z3_OK)
2517  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2518  return res;
2519  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALgetNumerator(long a0, long a1)
static final Z3_error_code fromInt(int v)
static int getNumLiterals ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 4656 of file Native.java.

4657  {
4658  int res = INTERNALgetNumLiterals(a0, a1);
4660  if (err != Z3_error_code.Z3_OK)
4661  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4662  return res;
4663  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native int INTERNALgetNumLiterals(long a0, long a1)
static final Z3_error_code fromInt(int v)
static int getNumProbes ( long  a0) throws Z3Exception
inlinestatic

Definition at line 4073 of file Native.java.

Referenced by Context.getNumProbes().

4074  {
4075  int res = INTERNALgetNumProbes(a0);
4077  if (err != Z3_error_code.Z3_OK)
4078  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4079  return res;
4080  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native int INTERNALgetNumProbes(long a0)
static final Z3_error_code fromInt(int v)
static int getNumScopes ( long  a0) throws Z3Exception
inlinestatic

Definition at line 4526 of file Native.java.

4527  {
4528  int res = INTERNALgetNumScopes(a0);
4530  if (err != Z3_error_code.Z3_OK)
4531  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4532  return res;
4533  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native int INTERNALgetNumScopes(long a0)
static final Z3_error_code fromInt(int v)
static int getNumTactics ( long  a0) throws Z3Exception
inlinestatic

Definition at line 4055 of file Native.java.

Referenced by Context.getNumTactics().

4056  {
4057  int res = INTERNALgetNumTactics(a0);
4059  if (err != Z3_error_code.Z3_OK)
4060  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4061  return res;
4062  }
static native int INTERNALgetNumTactics(long a0)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long getPattern ( long  a0,
long  a1,
int  a2 
) throws Z3Exception
inlinestatic

Definition at line 2620 of file Native.java.

Referenced by Pattern.getTerms().

2621  {
2622  long res = INTERNALgetPattern(a0, a1, a2);
2624  if (err != Z3_error_code.Z3_OK)
2625  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2626  return res;
2627  }
static native long INTERNALgetPattern(long a0, long a1, int a2)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static int getPatternNumTerms ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 2611 of file Native.java.

Referenced by Pattern.getNumTerms().

2612  {
2613  int res = INTERNALgetPatternNumTerms(a0, a1);
2615  if (err != Z3_error_code.Z3_OK)
2616  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2617  return res;
2618  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetPatternNumTerms(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static String getProbeName ( long  a0,
int  a1 
) throws Z3Exception
inlinestatic

Definition at line 4082 of file Native.java.

Referenced by Context.getProbeNames().

4083  {
4084  String res = INTERNALgetProbeName(a0, a1);
4086  if (err != Z3_error_code.Z3_OK)
4087  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4088  return res;
4089  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetProbeName(long a0, int a1)
static final Z3_error_code fromInt(int v)
static long getQuantifierBody ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 2719 of file Native.java.

Referenced by Quantifier.getBody().

2720  {
2721  long res = INTERNALgetQuantifierBody(a0, a1);
2723  if (err != Z3_error_code.Z3_OK)
2724  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2725  return res;
2726  }
static native long INTERNALgetQuantifierBody(long a0, long a1)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long getQuantifierBoundName ( long  a0,
long  a1,
int  a2 
) throws Z3Exception
inlinestatic

Definition at line 2701 of file Native.java.

Referenced by Quantifier.getBoundVariableNames().

2702  {
2703  long res = INTERNALgetQuantifierBoundName(a0, a1, a2);
2705  if (err != Z3_error_code.Z3_OK)
2706  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2707  return res;
2708  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALgetQuantifierBoundName(long a0, long a1, int a2)
static final Z3_error_code fromInt(int v)
static long getQuantifierBoundSort ( long  a0,
long  a1,
int  a2 
) throws Z3Exception
inlinestatic

Definition at line 2710 of file Native.java.

Referenced by Quantifier.getBoundVariableSorts().

2711  {
2712  long res = INTERNALgetQuantifierBoundSort(a0, a1, a2);
2714  if (err != Z3_error_code.Z3_OK)
2715  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2716  return res;
2717  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALgetQuantifierBoundSort(long a0, long a1, int a2)
static final Z3_error_code fromInt(int v)
static long getQuantifierNoPatternAst ( long  a0,
long  a1,
int  a2 
) throws Z3Exception
inlinestatic

Definition at line 2683 of file Native.java.

Referenced by Quantifier.getNoPatterns().

2684  {
2685  long res = INTERNALgetQuantifierNoPatternAst(a0, a1, a2);
2687  if (err != Z3_error_code.Z3_OK)
2688  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2689  return res;
2690  }
static native long INTERNALgetQuantifierNoPatternAst(long a0, long a1, int a2)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static int getQuantifierNumBound ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 2692 of file Native.java.

Referenced by Quantifier.getNumBound().

2693  {
2694  int res = INTERNALgetQuantifierNumBound(a0, a1);
2696  if (err != Z3_error_code.Z3_OK)
2697  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2698  return res;
2699  }
static native int INTERNALgetQuantifierNumBound(long a0, long a1)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static int getQuantifierNumNoPatterns ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 2674 of file Native.java.

Referenced by Quantifier.getNumNoPatterns().

2675  {
2676  int res = INTERNALgetQuantifierNumNoPatterns(a0, a1);
2678  if (err != Z3_error_code.Z3_OK)
2679  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2680  return res;
2681  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native int INTERNALgetQuantifierNumNoPatterns(long a0, long a1)
static final Z3_error_code fromInt(int v)
static int getQuantifierNumPatterns ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 2656 of file Native.java.

Referenced by Quantifier.getNumPatterns().

2657  {
2658  int res = INTERNALgetQuantifierNumPatterns(a0, a1);
2660  if (err != Z3_error_code.Z3_OK)
2661  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2662  return res;
2663  }
static native int INTERNALgetQuantifierNumPatterns(long a0, long a1)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long getQuantifierPatternAst ( long  a0,
long  a1,
int  a2 
) throws Z3Exception
inlinestatic

Definition at line 2665 of file Native.java.

Referenced by Quantifier.getPatterns().

2666  {
2667  long res = INTERNALgetQuantifierPatternAst(a0, a1, a2);
2669  if (err != Z3_error_code.Z3_OK)
2670  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2671  return res;
2672  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALgetQuantifierPatternAst(long a0, long a1, int a2)
static final Z3_error_code fromInt(int v)
static int getQuantifierWeight ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 2647 of file Native.java.

Referenced by Quantifier.getWeight().

2648  {
2649  int res = INTERNALgetQuantifierWeight(a0, a1);
2651  if (err != Z3_error_code.Z3_OK)
2652  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2653  return res;
2654  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native int INTERNALgetQuantifierWeight(long a0, long a1)
static final Z3_error_code fromInt(int v)
static long getRange ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 2260 of file Native.java.

Referenced by Model.getConstInterp(), Model.getFuncInterp(), and FuncDecl.getRange().

2261  {
2262  long res = INTERNALgetRange(a0, a1);
2264  if (err != Z3_error_code.Z3_OK)
2265  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2266  return res;
2267  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALgetRange(long a0, long a1)
static final Z3_error_code fromInt(int v)
static int getRelationArity ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 2170 of file Native.java.

Referenced by RelationSort.getArity().

2171  {
2172  int res = INTERNALgetRelationArity(a0, a1);
2174  if (err != Z3_error_code.Z3_OK)
2175  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2176  return res;
2177  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native int INTERNALgetRelationArity(long a0, long a1)
static final Z3_error_code fromInt(int v)
static long getRelationColumn ( long  a0,
long  a1,
int  a2 
) throws Z3Exception
inlinestatic

Definition at line 2179 of file Native.java.

Referenced by RelationSort.getColumnSorts().

2180  {
2181  long res = INTERNALgetRelationColumn(a0, a1, a2);
2183  if (err != Z3_error_code.Z3_OK)
2184  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2185  return res;
2186  }
static native long INTERNALgetRelationColumn(long a0, long a1, int a2)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long getRelevantLabels ( long  a0) throws Z3Exception
inlinestatic

Definition at line 4621 of file Native.java.

4622  {
4623  long res = INTERNALgetRelevantLabels(a0);
4625  if (err != Z3_error_code.Z3_OK)
4626  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4627  return res;
4628  }
static native long INTERNALgetRelevantLabels(long a0)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long getRelevantLiterals ( long  a0) throws Z3Exception
inlinestatic

Definition at line 4630 of file Native.java.

4631  {
4632  long res = INTERNALgetRelevantLiterals(a0);
4634  if (err != Z3_error_code.Z3_OK)
4635  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4636  return res;
4637  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALgetRelevantLiterals(long a0)
static final Z3_error_code fromInt(int v)
static int getSearchFailure ( long  a0) throws Z3Exception
inlinestatic

Definition at line 4603 of file Native.java.

4604  {
4605  int res = INTERNALgetSearchFailure(a0);
4607  if (err != Z3_error_code.Z3_OK)
4608  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4609  return res;
4610  }
static native int INTERNALgetSearchFailure(long a0)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long getSmtlibAssumption ( long  a0,
int  a1 
) throws Z3Exception
inlinestatic

Definition at line 3163 of file Native.java.

Referenced by Context.getSMTLIBAssumptions().

3164  {
3165  long res = INTERNALgetSmtlibAssumption(a0, a1);
3167  if (err != Z3_error_code.Z3_OK)
3168  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3169  return res;
3170  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALgetSmtlibAssumption(long a0, int a1)
static final Z3_error_code fromInt(int v)
static long getSmtlibDecl ( long  a0,
int  a1 
) throws Z3Exception
inlinestatic

Definition at line 3181 of file Native.java.

Referenced by Context.getSMTLIBDecls().

3182  {
3183  long res = INTERNALgetSmtlibDecl(a0, a1);
3185  if (err != Z3_error_code.Z3_OK)
3186  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3187  return res;
3188  }
static native long INTERNALgetSmtlibDecl(long a0, int a1)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static String getSmtlibError ( long  a0) throws Z3Exception
inlinestatic

Definition at line 3208 of file Native.java.

3209  {
3210  String res = INTERNALgetSmtlibError(a0);
3212  if (err != Z3_error_code.Z3_OK)
3213  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3214  return res;
3215  }
static native String INTERNALgetSmtlibError(long a0)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long getSmtlibFormula ( long  a0,
int  a1 
) throws Z3Exception
inlinestatic

Definition at line 3145 of file Native.java.

Referenced by Context.getSMTLIBFormulas().

3146  {
3147  long res = INTERNALgetSmtlibFormula(a0, a1);
3149  if (err != Z3_error_code.Z3_OK)
3150  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3151  return res;
3152  }
static native long INTERNALgetSmtlibFormula(long a0, int a1)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static int getSmtlibNumAssumptions ( long  a0) throws Z3Exception
inlinestatic

Definition at line 3154 of file Native.java.

Referenced by Context.getNumSMTLIBAssumptions().

3155  {
3156  int res = INTERNALgetSmtlibNumAssumptions(a0);
3158  if (err != Z3_error_code.Z3_OK)
3159  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3160  return res;
3161  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native int INTERNALgetSmtlibNumAssumptions(long a0)
static final Z3_error_code fromInt(int v)
static int getSmtlibNumDecls ( long  a0) throws Z3Exception
inlinestatic

Definition at line 3172 of file Native.java.

Referenced by Context.getNumSMTLIBDecls().

3173  {
3174  int res = INTERNALgetSmtlibNumDecls(a0);
3176  if (err != Z3_error_code.Z3_OK)
3177  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3178  return res;
3179  }
static native int INTERNALgetSmtlibNumDecls(long a0)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static int getSmtlibNumFormulas ( long  a0) throws Z3Exception
inlinestatic

Definition at line 3136 of file Native.java.

Referenced by Context.getNumSMTLIBFormulas().

3137  {
3138  int res = INTERNALgetSmtlibNumFormulas(a0);
3140  if (err != Z3_error_code.Z3_OK)
3141  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3142  return res;
3143  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native int INTERNALgetSmtlibNumFormulas(long a0)
static final Z3_error_code fromInt(int v)
static int getSmtlibNumSorts ( long  a0) throws Z3Exception
inlinestatic

Definition at line 3190 of file Native.java.

Referenced by Context.getNumSMTLIBSorts().

3191  {
3192  int res = INTERNALgetSmtlibNumSorts(a0);
3194  if (err != Z3_error_code.Z3_OK)
3195  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3196  return res;
3197  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native int INTERNALgetSmtlibNumSorts(long a0)
static final Z3_error_code fromInt(int v)
static long getSmtlibSort ( long  a0,
int  a1 
) throws Z3Exception
inlinestatic

Definition at line 3199 of file Native.java.

Referenced by Context.getSMTLIBSorts().

3200  {
3201  long res = INTERNALgetSmtlibSort(a0, a1);
3203  if (err != Z3_error_code.Z3_OK)
3204  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3205  return res;
3206  }
static native long INTERNALgetSmtlibSort(long a0, int a1)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long getSort ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 2413 of file Native.java.

Referenced by Expr.getSort(), Expr.isArray(), Expr.isBool(), Expr.isBV(), Expr.isFiniteDomain(), Expr.isInt(), Expr.isReal(), and Expr.isRelation().

2414  {
2415  long res = INTERNALgetSort(a0, a1);
2417  if (err != Z3_error_code.Z3_OK)
2418  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2419  return res;
2420  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALgetSort(long a0, long a1)
static final Z3_error_code fromInt(int v)
static int getSortId ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 2035 of file Native.java.

Referenced by Sort.getId().

2036  {
2037  int res = INTERNALgetSortId(a0, a1);
2039  if (err != Z3_error_code.Z3_OK)
2040  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2041  return res;
2042  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native int INTERNALgetSortId(long a0, long a1)
static final Z3_error_code fromInt(int v)
static int getSortKind ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 2062 of file Native.java.

Referenced by Model.getConstInterp(), Model.getFuncInterp(), Sort.getSortKind(), Expr.isArray(), Expr.isBV(), Expr.isFiniteDomain(), Expr.isInt(), Expr.isReal(), and Expr.isRelation().

2063  {
2064  int res = INTERNALgetSortKind(a0, a1);
2066  if (err != Z3_error_code.Z3_OK)
2067  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2068  return res;
2069  }
static native int INTERNALgetSortKind(long a0, long a1)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long getSortName ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 2026 of file Native.java.

Referenced by Sort.getName().

2027  {
2028  long res = INTERNALgetSortName(a0, a1);
2030  if (err != Z3_error_code.Z3_OK)
2031  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2032  return res;
2033  }
static native long INTERNALgetSortName(long a0, long a1)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static int getSymbolInt ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 2008 of file Native.java.

Referenced by IntSymbol.getInt().

2009  {
2010  int res = INTERNALgetSymbolInt(a0, a1);
2012  if (err != Z3_error_code.Z3_OK)
2013  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2014  return res;
2015  }
static native int INTERNALgetSymbolInt(long a0, long a1)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static int getSymbolKind ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 1999 of file Native.java.

Referenced by Symbol.getKind().

2000  {
2001  int res = INTERNALgetSymbolKind(a0, a1);
2003  if (err != Z3_error_code.Z3_OK)
2004  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2005  return res;
2006  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native int INTERNALgetSymbolKind(long a0, long a1)
static final Z3_error_code fromInt(int v)
static String getSymbolString ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 2017 of file Native.java.

Referenced by StringSymbol.getString().

2018  {
2019  String res = INTERNALgetSymbolString(a0, a1);
2021  if (err != Z3_error_code.Z3_OK)
2022  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2023  return res;
2024  }
static native String INTERNALgetSymbolString(long a0, long a1)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static String getTacticName ( long  a0,
int  a1 
) throws Z3Exception
inlinestatic

Definition at line 4064 of file Native.java.

Referenced by Context.getTacticNames().

4065  {
4066  String res = INTERNALgetTacticName(a0, a1);
4068  if (err != Z3_error_code.Z3_OK)
4069  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4070  return res;
4071  }
static native String INTERNALgetTacticName(long a0, int a1)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long getTupleSortFieldDecl ( long  a0,
long  a1,
int  a2 
) throws Z3Exception
inlinestatic

Definition at line 2125 of file Native.java.

Referenced by TupleSort.getFieldDecls().

2126  {
2127  long res = INTERNALgetTupleSortFieldDecl(a0, a1, a2);
2129  if (err != Z3_error_code.Z3_OK)
2130  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2131  return res;
2132  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALgetTupleSortFieldDecl(long a0, long a1, int a2)
static final Z3_error_code fromInt(int v)
static long getTupleSortMkDecl ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 2107 of file Native.java.

Referenced by TupleSort.mkDecl().

2108  {
2109  long res = INTERNALgetTupleSortMkDecl(a0, a1);
2111  if (err != Z3_error_code.Z3_OK)
2112  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2113  return res;
2114  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALgetTupleSortMkDecl(long a0, long a1)
static final Z3_error_code fromInt(int v)
static int getTupleSortNumFields ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 2116 of file Native.java.

Referenced by TupleSort.getNumFields().

2117  {
2118  int res = INTERNALgetTupleSortNumFields(a0, a1);
2120  if (err != Z3_error_code.Z3_OK)
2121  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2122  return res;
2123  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native int INTERNALgetTupleSortNumFields(long a0, long a1)
static final Z3_error_code fromInt(int v)
static void getVersion ( IntPtr  a0,
IntPtr  a1,
IntPtr  a2,
IntPtr  a3 
)
inlinestatic

Definition at line 3246 of file Native.java.

Referenced by Version.getBuild(), Version.getMajor(), Version.getMinor(), Version.getRevision(), and Version.getString().

3247  {
3248  INTERNALgetVersion(a0, a1, a2, a3);
3249  }
static native void INTERNALgetVersion(IntPtr a0, IntPtr a1, IntPtr a2, IntPtr a3)
static boolean globalParamGet ( String  a0,
StringPtr  a1 
)
inlinestatic

Definition at line 632 of file Native.java.

Referenced by Global.getParameter().

633  {
634  boolean res = INTERNALglobalParamGet(a0, a1);
635  return res;
636  }
static native boolean INTERNALglobalParamGet(String a0, StringPtr a1)
static void globalParamResetAll ( )
inlinestatic

Definition at line 627 of file Native.java.

Referenced by Global.resetParameters().

628  {
630  }
static native void INTERNALglobalParamResetAll()
static void globalParamSet ( String  a0,
String  a1 
)
inlinestatic

Definition at line 622 of file Native.java.

Referenced by Global.setParameter().

623  {
624  INTERNALglobalParamSet(a0, a1);
625  }
static native void INTERNALglobalParamSet(String a0, String a1)
static void goalAssert ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 3710 of file Native.java.

Referenced by Goal.add().

3711  {
3712  INTERNALgoalAssert(a0, a1, a2);
3714  if (err != Z3_error_code.Z3_OK)
3715  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3716  }
static native void INTERNALgoalAssert(long a0, long a1, long a2)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static void goalDecRef ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 3693 of file Native.java.

3694  {
3695  INTERNALgoalDecRef(a0, a1);
3697  if (err != Z3_error_code.Z3_OK)
3698  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3699  }
static native void INTERNALgoalDecRef(long a0, long a1)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static int goalDepth ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 3727 of file Native.java.

Referenced by Goal.getDepth().

3728  {
3729  int res = INTERNALgoalDepth(a0, a1);
3731  if (err != Z3_error_code.Z3_OK)
3732  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3733  return res;
3734  }
static native int INTERNALgoalDepth(long a0, long a1)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long goalFormula ( long  a0,
long  a1,
int  a2 
) throws Z3Exception
inlinestatic

Definition at line 3753 of file Native.java.

Referenced by Goal.getFormulas().

3754  {
3755  long res = INTERNALgoalFormula(a0, a1, a2);
3757  if (err != Z3_error_code.Z3_OK)
3758  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3759  return res;
3760  }
static native long INTERNALgoalFormula(long a0, long a1, int a2)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static boolean goalInconsistent ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 3718 of file Native.java.

Referenced by Goal.inconsistent().

3719  {
3720  boolean res = INTERNALgoalInconsistent(a0, a1);
3722  if (err != Z3_error_code.Z3_OK)
3723  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3724  return res;
3725  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native boolean INTERNALgoalInconsistent(long a0, long a1)
static final Z3_error_code fromInt(int v)
static void goalIncRef ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 3685 of file Native.java.

3686  {
3687  INTERNALgoalIncRef(a0, a1);
3689  if (err != Z3_error_code.Z3_OK)
3690  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3691  }
static native void INTERNALgoalIncRef(long a0, long a1)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static boolean goalIsDecidedSat ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 3771 of file Native.java.

Referenced by Goal.isDecidedSat().

3772  {
3773  boolean res = INTERNALgoalIsDecidedSat(a0, a1);
3775  if (err != Z3_error_code.Z3_OK)
3776  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3777  return res;
3778  }
static native boolean INTERNALgoalIsDecidedSat(long a0, long a1)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static boolean goalIsDecidedUnsat ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 3780 of file Native.java.

Referenced by Goal.isDecidedUnsat().

3781  {
3782  boolean res = INTERNALgoalIsDecidedUnsat(a0, a1);
3784  if (err != Z3_error_code.Z3_OK)
3785  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3786  return res;
3787  }
static native boolean INTERNALgoalIsDecidedUnsat(long a0, long a1)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static int goalNumExprs ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 3762 of file Native.java.

Referenced by Goal.getNumExprs().

3763  {
3764  int res = INTERNALgoalNumExprs(a0, a1);
3766  if (err != Z3_error_code.Z3_OK)
3767  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3768  return res;
3769  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgoalNumExprs(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static int goalPrecision ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 3701 of file Native.java.

Referenced by Goal.getPrecision().

3702  {
3703  int res = INTERNALgoalPrecision(a0, a1);
3705  if (err != Z3_error_code.Z3_OK)
3706  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3707  return res;
3708  }
static native int INTERNALgoalPrecision(long a0, long a1)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static void goalReset ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 3736 of file Native.java.

Referenced by Goal.reset().

3737  {
3738  INTERNALgoalReset(a0, a1);
3740  if (err != Z3_error_code.Z3_OK)
3741  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3742  }
static native void INTERNALgoalReset(long a0, long a1)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static int goalSize ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 3744 of file Native.java.

Referenced by Goal.size().

3745  {
3746  int res = INTERNALgoalSize(a0, a1);
3748  if (err != Z3_error_code.Z3_OK)
3749  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3750  return res;
3751  }
static native int INTERNALgoalSize(long a0, long a1)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static String goalToString ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 3798 of file Native.java.

Referenced by Goal.toString().

3799  {
3800  String res = INTERNALgoalToString(a0, a1);
3802  if (err != Z3_error_code.Z3_OK)
3803  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3804  return res;
3805  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgoalToString(long a0, long a1)
static final Z3_error_code fromInt(int v)
static long goalTranslate ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 3789 of file Native.java.

Referenced by Goal.translate().

3790  {
3791  long res = INTERNALgoalTranslate(a0, a1, a2);
3793  if (err != Z3_error_code.Z3_OK)
3794  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3795  return res;
3796  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALgoalTranslate(long a0, long a1, long a2)
static final Z3_error_code fromInt(int v)
static void incRef ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 675 of file Native.java.

676  {
677  INTERNALincRef(a0, a1);
679  if (err != Z3_error_code.Z3_OK)
680  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
681  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native void INTERNALincRef(long a0, long a1)
static final Z3_error_code fromInt(int v)
static native long INTERNALalgebraicAdd ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.algebraicAdd().

static native long INTERNALalgebraicDiv ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.algebraicDiv().

static native boolean INTERNALalgebraicEq ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.algebraicEq().

static native int INTERNALalgebraicEval ( long  a0,
long  a1,
int  a2,
long[]  a3 
)
staticprotected

Referenced by Native.algebraicEval().

static native boolean INTERNALalgebraicGe ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.algebraicGe().

static native boolean INTERNALalgebraicGt ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.algebraicGt().

static native boolean INTERNALalgebraicIsNeg ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.algebraicIsNeg().

static native boolean INTERNALalgebraicIsPos ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.algebraicIsPos().

static native boolean INTERNALalgebraicIsValue ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.algebraicIsValue().

static native boolean INTERNALalgebraicIsZero ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.algebraicIsZero().

static native boolean INTERNALalgebraicLe ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.algebraicLe().

static native boolean INTERNALalgebraicLt ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.algebraicLt().

static native long INTERNALalgebraicMul ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.algebraicMul().

static native boolean INTERNALalgebraicNeq ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.algebraicNeq().

static native long INTERNALalgebraicPower ( long  a0,
long  a1,
int  a2 
)
staticprotected

Referenced by Native.algebraicPower().

static native long INTERNALalgebraicRoot ( long  a0,
long  a1,
int  a2 
)
staticprotected

Referenced by Native.algebraicRoot().

static native long INTERNALalgebraicRoots ( long  a0,
long  a1,
int  a2,
long[]  a3 
)
staticprotected

Referenced by Native.algebraicRoots().

static native int INTERNALalgebraicSign ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.algebraicSign().

static native long INTERNALalgebraicSub ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.algebraicSub().

static native void INTERNALappendLog ( String  a0)
staticprotected

Referenced by Native.appendLog().

static native long INTERNALapplyResultConvertModel ( long  a0,
long  a1,
int  a2,
long  a3 
)
staticprotected
static native void INTERNALapplyResultDecRef ( long  a0,
long  a1 
)
staticprotected
static native int INTERNALapplyResultGetNumSubgoals ( long  a0,
long  a1 
)
staticprotected
static native long INTERNALapplyResultGetSubgoal ( long  a0,
long  a1,
int  a2 
)
staticprotected
static native void INTERNALapplyResultIncRef ( long  a0,
long  a1 
)
staticprotected
static native String INTERNALapplyResultToString ( long  a0,
long  a1 
)
staticprotected
static native long INTERNALappToAst ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.appToAst().

static native void INTERNALassertCnstr ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.assertCnstr().

static native boolean INTERNALastMapContains ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.astMapContains().

static native void INTERNALastMapDecRef ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.astMapDecRef().

static native void INTERNALastMapErase ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.astMapErase().

static native long INTERNALastMapFind ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.astMapFind().

static native void INTERNALastMapIncRef ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.astMapIncRef().

static native void INTERNALastMapInsert ( long  a0,
long  a1,
long  a2,
long  a3 
)
staticprotected

Referenced by Native.astMapInsert().

static native long INTERNALastMapKeys ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.astMapKeys().

static native void INTERNALastMapReset ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.astMapReset().

static native int INTERNALastMapSize ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.astMapSize().

static native String INTERNALastMapToString ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.astMapToString().

static native String INTERNALastToString ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.astToString().

static native void INTERNALastVectorDecRef ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.astVectorDecRef().

static native long INTERNALastVectorGet ( long  a0,
long  a1,
int  a2 
)
staticprotected

Referenced by Native.astVectorGet().

static native void INTERNALastVectorIncRef ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.astVectorIncRef().

static native void INTERNALastVectorPush ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.astVectorPush().

static native void INTERNALastVectorResize ( long  a0,
long  a1,
int  a2 
)
staticprotected

Referenced by Native.astVectorResize().

static native void INTERNALastVectorSet ( long  a0,
long  a1,
int  a2,
long  a3 
)
staticprotected

Referenced by Native.astVectorSet().

static native int INTERNALastVectorSize ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.astVectorSize().

static native String INTERNALastVectorToString ( long  a0,
long  a1 
)
staticprotected
static native long INTERNALastVectorTranslate ( long  a0,
long  a1,
long  a2 
)
staticprotected
static native String INTERNALbenchmarkToSmtlibString ( long  a0,
String  a1,
String  a2,
String  a3,
String  a4,
int  a5,
long[]  a6,
long  a7 
)
staticprotected
static native void INTERNALblockLiterals ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.blockLiterals().

static native int INTERNALcheck ( long  a0)
staticprotected

Referenced by Native.check().

static native int INTERNALcheckAndGetModel ( long  a0,
LongPtr  a1 
)
staticprotected

Referenced by Native.checkAndGetModel().

static native int INTERNALcheckAssumptions ( long  a0,
int  a1,
long[]  a2,
LongPtr  a3,
LongPtr  a4,
IntPtr  a5,
long[]  a6 
)
staticprotected

Referenced by Native.checkAssumptions().

static native int INTERNALcheckInterpolant ( long  a0,
int  a1,
long[]  a2,
int[]  a3,
long[]  a4,
StringPtr  a5,
int  a6,
long[]  a7 
)
staticprotected

Referenced by Native.checkInterpolant().

static native void INTERNALcloseLog ( )
staticprotected

Referenced by Native.closeLog().

static native int INTERNALcomputeInterpolant ( long  a0,
long  a1,
long  a2,
LongPtr  a3,
LongPtr  a4 
)
staticprotected
static native String INTERNALcontextToString ( long  a0)
staticprotected

Referenced by Native.contextToString().

static native void INTERNALdecRef ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.decRef().

static native void INTERNALdelConfig ( long  a0)
staticprotected

Referenced by Native.delConfig().

static native void INTERNALdelConstructor ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.delConstructor().

static native void INTERNALdelConstructorList ( long  a0,
long  a1 
)
staticprotected
static native void INTERNALdelContext ( long  a0)
staticprotected

Referenced by Native.delContext().

static native void INTERNALdelLiterals ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.delLiterals().

static native void INTERNALdelModel ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.delModel().

static native void INTERNALdisableLiteral ( long  a0,
long  a1,
int  a2 
)
staticprotected

Referenced by Native.disableLiteral().

static native void INTERNALdisableTrace ( String  a0)
staticprotected

Referenced by Native.disableTrace().

static native void INTERNALenableTrace ( String  a0)
staticprotected

Referenced by Native.enableTrace().

static native boolean INTERNALeval ( long  a0,
long  a1,
long  a2,
LongPtr  a3 
)
staticprotected

Referenced by Native.eval().

static native boolean INTERNALevalDecl ( long  a0,
long  a1,
long  a2,
int  a3,
long[]  a4,
LongPtr  a5 
)
staticprotected

Referenced by Native.evalDecl().

static native boolean INTERNALevalFuncDecl ( long  a0,
long  a1,
long  a2,
LongPtr  a3 
)
staticprotected

Referenced by Native.evalFuncDecl().

static native void INTERNALfixedpointAddCover ( long  a0,
long  a1,
int  a2,
long  a3,
long  a4 
)
staticprotected
static native void INTERNALfixedpointAddFact ( long  a0,
long  a1,
long  a2,
int  a3,
int[]  a4 
)
staticprotected
static native void INTERNALfixedpointAddRule ( long  a0,
long  a1,
long  a2,
long  a3 
)
staticprotected
static native void INTERNALfixedpointAssert ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.fixedpointAssert().

static native void INTERNALfixedpointDecRef ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.fixedpointDecRef().

static native long INTERNALfixedpointFromFile ( long  a0,
long  a1,
String  a2 
)
staticprotected
static native long INTERNALfixedpointFromString ( long  a0,
long  a1,
String  a2 
)
staticprotected
static native long INTERNALfixedpointGetAnswer ( long  a0,
long  a1 
)
staticprotected
static native long INTERNALfixedpointGetAssertions ( long  a0,
long  a1 
)
staticprotected
static native long INTERNALfixedpointGetCoverDelta ( long  a0,
long  a1,
int  a2,
long  a3 
)
staticprotected
static native String INTERNALfixedpointGetHelp ( long  a0,
long  a1 
)
staticprotected
static native int INTERNALfixedpointGetNumLevels ( long  a0,
long  a1,
long  a2 
)
staticprotected
static native long INTERNALfixedpointGetParamDescrs ( long  a0,
long  a1 
)
staticprotected
static native String INTERNALfixedpointGetReasonUnknown ( long  a0,
long  a1 
)
staticprotected
static native long INTERNALfixedpointGetRules ( long  a0,
long  a1 
)
staticprotected
static native long INTERNALfixedpointGetStatistics ( long  a0,
long  a1 
)
staticprotected
static native void INTERNALfixedpointIncRef ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.fixedpointIncRef().

static native void INTERNALfixedpointPop ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.fixedpointPop().

static native void INTERNALfixedpointPush ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.fixedpointPush().

static native int INTERNALfixedpointQuery ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.fixedpointQuery().

static native int INTERNALfixedpointQueryRelations ( long  a0,
long  a1,
int  a2,
long[]  a3 
)
staticprotected
static native void INTERNALfixedpointRegisterRelation ( long  a0,
long  a1,
long  a2 
)
staticprotected
static native void INTERNALfixedpointSetParams ( long  a0,
long  a1,
long  a2 
)
staticprotected
static native void INTERNALfixedpointSetPredicateRepresentation ( long  a0,
long  a1,
long  a2,
int  a3,
long[]  a4 
)
staticprotected
static native String INTERNALfixedpointToString ( long  a0,
long  a1,
int  a2,
long[]  a3 
)
staticprotected
static native void INTERNALfixedpointUpdateRule ( long  a0,
long  a1,
long  a2,
long  a3 
)
staticprotected
static native int INTERNALfpaGetEbits ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.fpaGetEbits().

static native boolean INTERNALfpaGetNumeralExponentInt64 ( long  a0,
long  a1,
LongPtr  a2 
)
staticprotected
static native String INTERNALfpaGetNumeralExponentString ( long  a0,
long  a1 
)
staticprotected
static native boolean INTERNALfpaGetNumeralSign ( long  a0,
long  a1,
IntPtr  a2 
)
staticprotected
static native String INTERNALfpaGetNumeralSignificandString ( long  a0,
long  a1 
)
staticprotected
static native int INTERNALfpaGetSbits ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.fpaGetSbits().

static native long INTERNALfuncDeclToAst ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.funcDeclToAst().

static native String INTERNALfuncDeclToString ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.funcDeclToString().

static native void INTERNALfuncEntryDecRef ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.funcEntryDecRef().

static native long INTERNALfuncEntryGetArg ( long  a0,
long  a1,
int  a2 
)
staticprotected

Referenced by Native.funcEntryGetArg().

static native int INTERNALfuncEntryGetNumArgs ( long  a0,
long  a1 
)
staticprotected
static native long INTERNALfuncEntryGetValue ( long  a0,
long  a1 
)
staticprotected
static native void INTERNALfuncEntryIncRef ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.funcEntryIncRef().

static native void INTERNALfuncInterpDecRef ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.funcInterpDecRef().

static native int INTERNALfuncInterpGetArity ( long  a0,
long  a1 
)
staticprotected
static native long INTERNALfuncInterpGetElse ( long  a0,
long  a1 
)
staticprotected
static native long INTERNALfuncInterpGetEntry ( long  a0,
long  a1,
int  a2 
)
staticprotected
static native int INTERNALfuncInterpGetNumEntries ( long  a0,
long  a1 
)
staticprotected
static native void INTERNALfuncInterpIncRef ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.funcInterpIncRef().

static native long INTERNALgetAlgebraicNumberLower ( long  a0,
long  a1,
int  a2 
)
staticprotected
static native long INTERNALgetAlgebraicNumberUpper ( long  a0,
long  a1,
int  a2 
)
staticprotected
static native long INTERNALgetAppArg ( long  a0,
long  a1,
int  a2 
)
staticprotected

Referenced by Native.getAppArg().

static native long INTERNALgetAppDecl ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.getAppDecl().

static native int INTERNALgetAppNumArgs ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.getAppNumArgs().

static native int INTERNALgetArity ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.getArity().

static native long INTERNALgetArraySortDomain ( long  a0,
long  a1 
)
staticprotected
static native long INTERNALgetArraySortRange ( long  a0,
long  a1 
)
staticprotected
static native void INTERNALgetArrayValue ( long  a0,
long  a1,
long  a2,
int  a3,
long[]  a4,
long[]  a5,
LongPtr  a6 
)
staticprotected

Referenced by Native.getArrayValue().

static native long INTERNALgetAsArrayFuncDecl ( long  a0,
long  a1 
)
staticprotected
static native int INTERNALgetAstHash ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.getAstHash().

static native int INTERNALgetAstId ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.getAstId().

static native int INTERNALgetAstKind ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.getAstKind().

static native int INTERNALgetBoolValue ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.getBoolValue().

static native int INTERNALgetBvSortSize ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.getBvSortSize().

static native long INTERNALgetContextAssignment ( long  a0)
staticprotected
static native long INTERNALgetDatatypeSortConstructor ( long  a0,
long  a1,
int  a2 
)
staticprotected
static native long INTERNALgetDatatypeSortConstructorAccessor ( long  a0,
long  a1,
int  a2,
int  a3 
)
staticprotected
static native int INTERNALgetDatatypeSortNumConstructors ( long  a0,
long  a1 
)
staticprotected
static native long INTERNALgetDatatypeSortRecognizer ( long  a0,
long  a1,
int  a2 
)
staticprotected
static native long INTERNALgetDeclAstParameter ( long  a0,
long  a1,
int  a2 
)
staticprotected
static native double INTERNALgetDeclDoubleParameter ( long  a0,
long  a1,
int  a2 
)
staticprotected
static native long INTERNALgetDeclFuncDeclParameter ( long  a0,
long  a1,
int  a2 
)
staticprotected
static native int INTERNALgetDeclIntParameter ( long  a0,
long  a1,
int  a2 
)
staticprotected
static native int INTERNALgetDeclKind ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.getDeclKind().

static native long INTERNALgetDeclName ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.getDeclName().

static native int INTERNALgetDeclNumParameters ( long  a0,
long  a1 
)
staticprotected
static native int INTERNALgetDeclParameterKind ( long  a0,
long  a1,
int  a2 
)
staticprotected
static native String INTERNALgetDeclRationalParameter ( long  a0,
long  a1,
int  a2 
)
staticprotected
static native long INTERNALgetDeclSortParameter ( long  a0,
long  a1,
int  a2 
)
staticprotected
static native long INTERNALgetDeclSymbolParameter ( long  a0,
long  a1,
int  a2 
)
staticprotected
static native long INTERNALgetDenominator ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.getDenominator().

static native long INTERNALgetDomain ( long  a0,
long  a1,
int  a2 
)
staticprotected

Referenced by Native.getDomain().

static native int INTERNALgetDomainSize ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.getDomainSize().

static native int INTERNALgetErrorCode ( long  a0)
staticprotected

Referenced by Native.algebraicAdd(), Native.algebraicDiv(), Native.algebraicEq(), Native.algebraicEval(), Native.algebraicGe(), Native.algebraicGt(), Native.algebraicIsNeg(), Native.algebraicIsPos(), Native.algebraicIsValue(), Native.algebraicIsZero(), Native.algebraicLe(), Native.algebraicLt(), Native.algebraicMul(), Native.algebraicNeq(), Native.algebraicPower(), Native.algebraicRoot(), Native.algebraicRoots(), Native.algebraicSign(), Native.algebraicSub(), Native.applyResultConvertModel(), Native.applyResultDecRef(), Native.applyResultGetNumSubgoals(), Native.applyResultGetSubgoal(), Native.applyResultIncRef(), Native.applyResultToString(), Native.appToAst(), Native.assertCnstr(), Native.astMapContains(), Native.astMapDecRef(), Native.astMapErase(), Native.astMapFind(), Native.astMapIncRef(), Native.astMapInsert(), Native.astMapKeys(), Native.astMapReset(), Native.astMapSize(), Native.astMapToString(), Native.astToString(), Native.astVectorDecRef(), Native.astVectorGet(), Native.astVectorIncRef(), Native.astVectorPush(), Native.astVectorResize(), Native.astVectorSet(), Native.astVectorSize(), Native.astVectorToString(), Native.astVectorTranslate(), Native.benchmarkToSmtlibString(), Native.blockLiterals(), Native.check(), Native.checkAndGetModel(), Native.checkAssumptions(), Native.checkInterpolant(), Native.computeInterpolant(), Native.contextToString(), Native.decRef(), Native.delConstructor(), Native.delConstructorList(), Native.delLiterals(), Native.delModel(), Native.disableLiteral(), Native.eval(), Native.evalDecl(), Native.evalFuncDecl(), Native.fixedpointAddCover(), Native.fixedpointAddFact(), Native.fixedpointAddRule(), Native.fixedpointAssert(), Native.fixedpointDecRef(), Native.fixedpointFromFile(), Native.fixedpointFromString(), Native.fixedpointGetAnswer(), Native.fixedpointGetAssertions(), Native.fixedpointGetCoverDelta(), Native.fixedpointGetHelp(), Native.fixedpointGetNumLevels(), Native.fixedpointGetParamDescrs(), Native.fixedpointGetReasonUnknown(), Native.fixedpointGetRules(), Native.fixedpointGetStatistics(), Native.fixedpointIncRef(), Native.fixedpointPop(), Native.fixedpointPush(), Native.fixedpointQuery(), Native.fixedpointQueryRelations(), Native.fixedpointRegisterRelation(), Native.fixedpointSetParams(), Native.fixedpointSetPredicateRepresentation(), Native.fixedpointToString(), Native.fixedpointUpdateRule(), Native.fpaGetEbits(), Native.fpaGetNumeralExponentInt64(), Native.fpaGetNumeralExponentString(), Native.fpaGetNumeralSign(), Native.fpaGetNumeralSignificandString(), Native.fpaGetSbits(), Native.funcDeclToAst(), Native.funcDeclToString(), Native.funcEntryDecRef(), Native.funcEntryGetArg(), Native.funcEntryGetNumArgs(), Native.funcEntryGetValue(), Native.funcEntryIncRef(), Native.funcInterpDecRef(), Native.funcInterpGetArity(), Native.funcInterpGetElse(), Native.funcInterpGetEntry(), Native.funcInterpGetNumEntries(), Native.funcInterpIncRef(), Native.getAlgebraicNumberLower(), Native.getAlgebraicNumberUpper(), Native.getAppArg(), Native.getAppDecl(), Native.getAppNumArgs(), Native.getArity(), Native.getArraySortDomain(), Native.getArraySortRange(), Native.getArrayValue(), Native.getAsArrayFuncDecl(), Native.getAstHash(), Native.getAstId(), Native.getAstKind(), Native.getBoolValue(), Native.getBvSortSize(), Native.getContextAssignment(), Native.getDatatypeSortConstructor(), Native.getDatatypeSortConstructorAccessor(), Native.getDatatypeSortNumConstructors(), Native.getDatatypeSortRecognizer(), Native.getDeclAstParameter(), Native.getDeclDoubleParameter(), Native.getDeclFuncDeclParameter(), Native.getDeclIntParameter(), Native.getDeclKind(), Native.getDeclName(), Native.getDeclNumParameters(), Native.getDeclParameterKind(), Native.getDeclRationalParameter(), Native.getDeclSortParameter(), Native.getDeclSymbolParameter(), Native.getDenominator(), Native.getDomain(), Native.getDomainSize(), Native.getErrorCode(), Native.getErrorMsgEx(), Native.getFiniteDomainSortSize(), Native.getFuncDeclId(), Native.getGuessedLiterals(), Native.getImpliedEqualities(), Native.getIndexValue(), Native.getInterpolant(), Native.getLabelSymbol(), Native.getLiteral(), Native.getModelConstant(), Native.getModelFuncDecl(), Native.getModelFuncElse(), Native.getModelFuncEntryArg(), Native.getModelFuncEntryNumArgs(), Native.getModelFuncEntryValue(), Native.getModelFuncNumEntries(), Native.getModelNumConstants(), Native.getModelNumFuncs(), Native.getNumeralDecimalString(), Native.getNumeralInt(), Native.getNumeralInt64(), Native.getNumeralRationalInt64(), Native.getNumeralSmall(), Native.getNumeralString(), Native.getNumeralUint(), Native.getNumeralUint64(), Native.getNumerator(), Native.getNumLiterals(), Native.getNumProbes(), Native.getNumScopes(), Native.getNumTactics(), Native.getPattern(), Native.getPatternNumTerms(), Native.getProbeName(), Native.getQuantifierBody(), Native.getQuantifierBoundName(), Native.getQuantifierBoundSort(), Native.getQuantifierNoPatternAst(), Native.getQuantifierNumBound(), Native.getQuantifierNumNoPatterns(), Native.getQuantifierNumPatterns(), Native.getQuantifierPatternAst(), Native.getQuantifierWeight(), Native.getRange(), Native.getRelationArity(), Native.getRelationColumn(), Native.getRelevantLabels(), Native.getRelevantLiterals(), Native.getSearchFailure(), Native.getSmtlibAssumption(), Native.getSmtlibDecl(), Native.getSmtlibError(), Native.getSmtlibFormula(), Native.getSmtlibNumAssumptions(), Native.getSmtlibNumDecls(), Native.getSmtlibNumFormulas(), Native.getSmtlibNumSorts(), Native.getSmtlibSort(), Native.getSort(), Native.getSortId(), Native.getSortKind(), Native.getSortName(), Native.getSymbolInt(), Native.getSymbolKind(), Native.getSymbolString(), Native.getTacticName(), Native.getTupleSortFieldDecl(), Native.getTupleSortMkDecl(), Native.getTupleSortNumFields(), Native.goalAssert(), Native.goalDecRef(), Native.goalDepth(), Native.goalFormula(), Native.goalInconsistent(), Native.goalIncRef(), Native.goalIsDecidedSat(), Native.goalIsDecidedUnsat(), Native.goalNumExprs(), Native.goalPrecision(), Native.goalReset(), Native.goalSize(), Native.goalToString(), Native.goalTranslate(), Native.incRef(), Native.interpolationProfile(), Native.interrupt(), Native.isAlgebraicNumber(), Native.isApp(), Native.isArrayValue(), Native.isAsArray(), Native.isEqAst(), Native.isEqFuncDecl(), Native.isEqSort(), Native.isNumeralAst(), Native.isQuantifierForall(), Native.isWellSorted(), Native.mkAdd(), Native.mkAnd(), Native.mkApp(), Native.mkArrayDefault(), Native.mkArraySort(), Native.mkAstMap(), Native.mkAstVector(), Native.mkBoolSort(), Native.mkBound(), Native.mkBv2int(), Native.mkBvadd(), Native.mkBvaddNoOverflow(), Native.mkBvaddNoUnderflow(), Native.mkBvand(), Native.mkBvashr(), Native.mkBvlshr(), Native.mkBvmul(), Native.mkBvmulNoOverflow(), Native.mkBvmulNoUnderflow(), Native.mkBvnand(), Native.mkBvneg(), Native.mkBvnegNoOverflow(), Native.mkBvnor(), Native.mkBvnot(), Native.mkBvor(), Native.mkBvredand(), Native.mkBvredor(), Native.mkBvsdiv(), Native.mkBvsdivNoOverflow(), Native.mkBvsge(), Native.mkBvsgt(), Native.mkBvshl(), Native.mkBvsle(), Native.mkBvslt(), Native.mkBvsmod(), Native.mkBvSort(), Native.mkBvsrem(), Native.mkBvsub(), Native.mkBvsubNoOverflow(), Native.mkBvsubNoUnderflow(), Native.mkBvudiv(), Native.mkBvuge(), Native.mkBvugt(), Native.mkBvule(), Native.mkBvult(), Native.mkBvurem(), Native.mkBvxnor(), Native.mkBvxor(), Native.mkConcat(), Native.mkConst(), Native.mkConstArray(), Native.mkConstructor(), Native.mkConstructorList(), Native.mkDatatype(), Native.mkDatatypes(), Native.mkDistinct(), Native.mkDiv(), Native.mkEmptySet(), Native.mkEnumerationSort(), Native.mkEq(), Native.mkExists(), Native.mkExistsConst(), Native.mkExtract(), Native.mkExtRotateLeft(), Native.mkExtRotateRight(), Native.mkFalse(), Native.mkFiniteDomainSort(), Native.mkFixedpoint(), Native.mkForall(), Native.mkForallConst(), Native.mkFpaAbs(), Native.mkFpaAdd(), Native.mkFpaDiv(), Native.mkFpaEq(), Native.mkFpaFma(), Native.mkFpaFp(), Native.mkFpaGeq(), Native.mkFpaGt(), Native.mkFpaInf(), Native.mkFpaIsInfinite(), Native.mkFpaIsNan(), Native.mkFpaIsNegative(), Native.mkFpaIsNormal(), Native.mkFpaIsPositive(), Native.mkFpaIsSubnormal(), Native.mkFpaIsZero(), Native.mkFpaLeq(), Native.mkFpaLt(), Native.mkFpaMax(), Native.mkFpaMin(), Native.mkFpaMul(), Native.mkFpaNan(), Native.mkFpaNeg(), Native.mkFpaNumeralDouble(), Native.mkFpaNumeralFloat(), Native.mkFpaNumeralInt(), Native.mkFpaNumeralInt64Uint64(), Native.mkFpaNumeralIntUint(), Native.mkFpaRem(), Native.mkFpaRna(), Native.mkFpaRne(), Native.mkFpaRoundingModeSort(), Native.mkFpaRoundNearestTiesToAway(), Native.mkFpaRoundNearestTiesToEven(), Native.mkFpaRoundToIntegral(), Native.mkFpaRoundTowardNegative(), Native.mkFpaRoundTowardPositive(), Native.mkFpaRoundTowardZero(), Native.mkFpaRtn(), Native.mkFpaRtp(), Native.mkFpaRtz(), Native.mkFpaSort(), Native.mkFpaSort128(), Native.mkFpaSort16(), Native.mkFpaSort32(), Native.mkFpaSort64(), Native.mkFpaSortDouble(), Native.mkFpaSortHalf(), Native.mkFpaSortQuadruple(), Native.mkFpaSortSingle(), Native.mkFpaSqrt(), Native.mkFpaSub(), Native.mkFpaToFpBv(), Native.mkFpaToFpFloat(), Native.mkFpaToFpIntReal(), Native.mkFpaToFpReal(), Native.mkFpaToFpSigned(), Native.mkFpaToFpUnsigned(), Native.mkFpaToIeeeBv(), Native.mkFpaToReal(), Native.mkFpaToSbv(), Native.mkFpaToUbv(), Native.mkFpaZero(), Native.mkFreshConst(), Native.mkFreshFuncDecl(), Native.mkFullSet(), Native.mkFuncDecl(), Native.mkGe(), Native.mkGoal(), Native.mkGt(), Native.mkIff(), Native.mkImplies(), Native.mkInjectiveFunction(), Native.mkInt(), Native.mkInt2bv(), Native.mkInt2real(), Native.mkInt64(), Native.mkInterpolant(), Native.mkIntSort(), Native.mkIntSymbol(), Native.mkIsInt(), Native.mkIte(), Native.mkLabel(), Native.mkLe(), Native.mkListSort(), Native.mkLt(), Native.mkMap(), Native.mkMod(), Native.mkMul(), Native.mkNot(), Native.mkNumeral(), Native.mkOr(), Native.mkParams(), Native.mkPattern(), Native.mkPower(), Native.mkProbe(), Native.mkQuantifier(), Native.mkQuantifierConst(), Native.mkQuantifierConstEx(), Native.mkQuantifierEx(), Native.mkReal(), Native.mkReal2int(), Native.mkRealSort(), Native.mkRem(), Native.mkRepeat(), Native.mkRotateLeft(), Native.mkRotateRight(), Native.mkSelect(), Native.mkSetAdd(), Native.mkSetComplement(), Native.mkSetDel(), Native.mkSetDifference(), Native.mkSetIntersect(), Native.mkSetMember(), Native.mkSetSort(), Native.mkSetSubset(), Native.mkSetUnion(), Native.mkSignExt(), Native.mkSimpleSolver(), Native.mkSolver(), Native.mkSolverForLogic(), Native.mkSolverFromTactic(), Native.mkStore(), Native.mkStringSymbol(), Native.mkSub(), Native.mkTactic(), Native.mkTrue(), Native.mkTupleSort(), Native.mkUnaryMinus(), Native.mkUninterpretedSort(), Native.mkUnsignedInt(), Native.mkUnsignedInt64(), Native.mkXor(), Native.mkZeroExt(), Native.modelDecRef(), Native.modelEval(), Native.modelGetConstDecl(), Native.modelGetConstInterp(), Native.modelGetFuncDecl(), Native.modelGetFuncInterp(), Native.modelGetNumConsts(), Native.modelGetNumFuncs(), Native.modelGetNumSorts(), Native.modelGetSort(), Native.modelGetSortUniverse(), Native.modelIncRef(), Native.modelToString(), Native.paramDescrsDecRef(), Native.paramDescrsGetKind(), Native.paramDescrsGetName(), Native.paramDescrsIncRef(), Native.paramDescrsSize(), Native.paramDescrsToString(), Native.paramsDecRef(), Native.paramsIncRef(), Native.paramsSetBool(), Native.paramsSetDouble(), Native.paramsSetSymbol(), Native.paramsSetUint(), Native.paramsToString(), Native.paramsValidate(), Native.parseSmtlib2File(), Native.parseSmtlib2String(), Native.parseSmtlibFile(), Native.parseSmtlibString(), Native.patternToAst(), Native.patternToString(), Native.persistAst(), Native.polynomialSubresultants(), Native.pop(), Native.probeAnd(), Native.probeApply(), Native.probeConst(), Native.probeDecRef(), Native.probeEq(), Native.probeGe(), Native.probeGetDescr(), Native.probeGt(), Native.probeIncRef(), Native.probeLe(), Native.probeLt(), Native.probeNot(), Native.probeOr(), Native.push(), Native.queryConstructor(), Native.rcfAdd(), Native.rcfDel(), Native.rcfDiv(), Native.rcfEq(), Native.rcfGe(), Native.rcfGetNumeratorDenominator(), Native.rcfGt(), Native.rcfInv(), Native.rcfLe(), Native.rcfLt(), Native.rcfMkE(), Native.rcfMkInfinitesimal(), Native.rcfMkPi(), Native.rcfMkRational(), Native.rcfMkRoots(), Native.rcfMkSmallInt(), Native.rcfMul(), Native.rcfNeg(), Native.rcfNeq(), Native.rcfNumToDecimalString(), Native.rcfNumToString(), Native.rcfPower(), Native.rcfSub(), Native.readInterpolationProblem(), Native.setAstPrintMode(), Native.setError(), Native.setLogic(), Native.simplify(), Native.simplifyEx(), Native.simplifyGetHelp(), Native.simplifyGetParamDescrs(), Native.softCheckCancel(), Native.solverAssert(), Native.solverAssertAndTrack(), Native.solverCheck(), Native.solverCheckAssumptions(), Native.solverDecRef(), Native.solverGetAssertions(), Native.solverGetHelp(), Native.solverGetModel(), Native.solverGetNumScopes(), Native.solverGetParamDescrs(), Native.solverGetProof(), Native.solverGetReasonUnknown(), Native.solverGetStatistics(), Native.solverGetUnsatCore(), Native.solverIncRef(), Native.solverPop(), Native.solverPush(), Native.solverReset(), Native.solverSetParams(), Native.solverToString(), Native.sortToAst(), Native.sortToString(), Native.statisticsToString(), Native.statsDecRef(), Native.statsGetDoubleValue(), Native.statsGetKey(), Native.statsGetUintValue(), Native.statsIncRef(), Native.statsIsDouble(), Native.statsIsUint(), Native.statsSize(), Native.statsToString(), Native.substitute(), Native.substituteVars(), Native.tacticAndThen(), Native.tacticApply(), Native.tacticApplyEx(), Native.tacticCond(), Native.tacticDecRef(), Native.tacticFail(), Native.tacticFailIf(), Native.tacticFailIfNotDecided(), Native.tacticGetDescr(), Native.tacticGetHelp(), Native.tacticGetParamDescrs(), Native.tacticIncRef(), Native.tacticOrElse(), Native.tacticParAndThen(), Native.tacticParOr(), Native.tacticRepeat(), Native.tacticSkip(), Native.tacticTryFor(), Native.tacticUsingParams(), Native.tacticWhen(), Native.toApp(), Native.toFuncDecl(), Native.translate(), Native.updateParamValue(), Native.updateTerm(), and Native.writeInterpolationProblem().

static native String INTERNALgetErrorMsg ( int  a0)
staticprotected

Referenced by Native.getErrorMsg().

static native String INTERNALgetErrorMsgEx ( long  a0,
int  a1 
)
staticprotected

Referenced by Native.algebraicAdd(), Native.algebraicDiv(), Native.algebraicEq(), Native.algebraicEval(), Native.algebraicGe(), Native.algebraicGt(), Native.algebraicIsNeg(), Native.algebraicIsPos(), Native.algebraicIsValue(), Native.algebraicIsZero(), Native.algebraicLe(), Native.algebraicLt(), Native.algebraicMul(), Native.algebraicNeq(), Native.algebraicPower(), Native.algebraicRoot(), Native.algebraicRoots(), Native.algebraicSign(), Native.algebraicSub(), Native.applyResultConvertModel(), Native.applyResultDecRef(), Native.applyResultGetNumSubgoals(), Native.applyResultGetSubgoal(), Native.applyResultIncRef(), Native.applyResultToString(), Native.appToAst(), Native.assertCnstr(), Native.astMapContains(), Native.astMapDecRef(), Native.astMapErase(), Native.astMapFind(), Native.astMapIncRef(), Native.astMapInsert(), Native.astMapKeys(), Native.astMapReset(), Native.astMapSize(), Native.astMapToString(), Native.astToString(), Native.astVectorDecRef(), Native.astVectorGet(), Native.astVectorIncRef(), Native.astVectorPush(), Native.astVectorResize(), Native.astVectorSet(), Native.astVectorSize(), Native.astVectorToString(), Native.astVectorTranslate(), Native.benchmarkToSmtlibString(), Native.blockLiterals(), Native.check(), Native.checkAndGetModel(), Native.checkAssumptions(), Native.checkInterpolant(), Native.computeInterpolant(), Native.contextToString(), Native.decRef(), Native.delConstructor(), Native.delConstructorList(), Native.delLiterals(), Native.delModel(), Native.disableLiteral(), Native.eval(), Native.evalDecl(), Native.evalFuncDecl(), Native.fixedpointAddCover(), Native.fixedpointAddFact(), Native.fixedpointAddRule(), Native.fixedpointAssert(), Native.fixedpointDecRef(), Native.fixedpointFromFile(), Native.fixedpointFromString(), Native.fixedpointGetAnswer(), Native.fixedpointGetAssertions(), Native.fixedpointGetCoverDelta(), Native.fixedpointGetHelp(), Native.fixedpointGetNumLevels(), Native.fixedpointGetParamDescrs(), Native.fixedpointGetReasonUnknown(), Native.fixedpointGetRules(), Native.fixedpointGetStatistics(), Native.fixedpointIncRef(), Native.fixedpointPop(), Native.fixedpointPush(), Native.fixedpointQuery(), Native.fixedpointQueryRelations(), Native.fixedpointRegisterRelation(), Native.fixedpointSetParams(), Native.fixedpointSetPredicateRepresentation(), Native.fixedpointToString(), Native.fixedpointUpdateRule(), Native.fpaGetEbits(), Native.fpaGetNumeralExponentInt64(), Native.fpaGetNumeralExponentString(), Native.fpaGetNumeralSign(), Native.fpaGetNumeralSignificandString(), Native.fpaGetSbits(), Native.funcDeclToAst(), Native.funcDeclToString(), Native.funcEntryDecRef(), Native.funcEntryGetArg(), Native.funcEntryGetNumArgs(), Native.funcEntryGetValue(), Native.funcEntryIncRef(), Native.funcInterpDecRef(), Native.funcInterpGetArity(), Native.funcInterpGetElse(), Native.funcInterpGetEntry(), Native.funcInterpGetNumEntries(), Native.funcInterpIncRef(), Native.getAlgebraicNumberLower(), Native.getAlgebraicNumberUpper(), Native.getAppArg(), Native.getAppDecl(), Native.getAppNumArgs(), Native.getArity(), Native.getArraySortDomain(), Native.getArraySortRange(), Native.getArrayValue(), Native.getAsArrayFuncDecl(), Native.getAstHash(), Native.getAstId(), Native.getAstKind(), Native.getBoolValue(), Native.getBvSortSize(), Native.getContextAssignment(), Native.getDatatypeSortConstructor(), Native.getDatatypeSortConstructorAccessor(), Native.getDatatypeSortNumConstructors(), Native.getDatatypeSortRecognizer(), Native.getDeclAstParameter(), Native.getDeclDoubleParameter(), Native.getDeclFuncDeclParameter(), Native.getDeclIntParameter(), Native.getDeclKind(), Native.getDeclName(), Native.getDeclNumParameters(), Native.getDeclParameterKind(), Native.getDeclRationalParameter(), Native.getDeclSortParameter(), Native.getDeclSymbolParameter(), Native.getDenominator(), Native.getDomain(), Native.getDomainSize(), Native.getErrorMsgEx(), Native.getFiniteDomainSortSize(), Native.getFuncDeclId(), Native.getGuessedLiterals(), Native.getImpliedEqualities(), Native.getIndexValue(), Native.getInterpolant(), Native.getLabelSymbol(), Native.getLiteral(), Native.getModelConstant(), Native.getModelFuncDecl(), Native.getModelFuncElse(), Native.getModelFuncEntryArg(), Native.getModelFuncEntryNumArgs(), Native.getModelFuncEntryValue(), Native.getModelFuncNumEntries(), Native.getModelNumConstants(), Native.getModelNumFuncs(), Native.getNumeralDecimalString(), Native.getNumeralInt(), Native.getNumeralInt64(), Native.getNumeralRationalInt64(), Native.getNumeralSmall(), Native.getNumeralString(), Native.getNumeralUint(), Native.getNumeralUint64(), Native.getNumerator(), Native.getNumLiterals(), Native.getNumProbes(), Native.getNumScopes(), Native.getNumTactics(), Native.getPattern(), Native.getPatternNumTerms(), Native.getProbeName(), Native.getQuantifierBody(), Native.getQuantifierBoundName(), Native.getQuantifierBoundSort(), Native.getQuantifierNoPatternAst(), Native.getQuantifierNumBound(), Native.getQuantifierNumNoPatterns(), Native.getQuantifierNumPatterns(), Native.getQuantifierPatternAst(), Native.getQuantifierWeight(), Native.getRange(), Native.getRelationArity(), Native.getRelationColumn(), Native.getRelevantLabels(), Native.getRelevantLiterals(), Native.getSearchFailure(), Native.getSmtlibAssumption(), Native.getSmtlibDecl(), Native.getSmtlibError(), Native.getSmtlibFormula(), Native.getSmtlibNumAssumptions(), Native.getSmtlibNumDecls(), Native.getSmtlibNumFormulas(), Native.getSmtlibNumSorts(), Native.getSmtlibSort(), Native.getSort(), Native.getSortId(), Native.getSortKind(), Native.getSortName(), Native.getSymbolInt(), Native.getSymbolKind(), Native.getSymbolString(), Native.getTacticName(), Native.getTupleSortFieldDecl(), Native.getTupleSortMkDecl(), Native.getTupleSortNumFields(), Native.goalAssert(), Native.goalDecRef(), Native.goalDepth(), Native.goalFormula(), Native.goalInconsistent(), Native.goalIncRef(), Native.goalIsDecidedSat(), Native.goalIsDecidedUnsat(), Native.goalNumExprs(), Native.goalPrecision(), Native.goalReset(), Native.goalSize(), Native.goalToString(), Native.goalTranslate(), Native.incRef(), Native.interpolationProfile(), Native.interrupt(), Native.isAlgebraicNumber(), Native.isApp(), Native.isArrayValue(), Native.isAsArray(), Native.isEqAst(), Native.isEqFuncDecl(), Native.isEqSort(), Native.isNumeralAst(), Native.isQuantifierForall(), Native.isWellSorted(), Native.mkAdd(), Native.mkAnd(), Native.mkApp(), Native.mkArrayDefault(), Native.mkArraySort(), Native.mkAstMap(), Native.mkAstVector(), Native.mkBoolSort(), Native.mkBound(), Native.mkBv2int(), Native.mkBvadd(), Native.mkBvaddNoOverflow(), Native.mkBvaddNoUnderflow(), Native.mkBvand(), Native.mkBvashr(), Native.mkBvlshr(), Native.mkBvmul(), Native.mkBvmulNoOverflow(), Native.mkBvmulNoUnderflow(), Native.mkBvnand(), Native.mkBvneg(), Native.mkBvnegNoOverflow(), Native.mkBvnor(), Native.mkBvnot(), Native.mkBvor(), Native.mkBvredand(), Native.mkBvredor(), Native.mkBvsdiv(), Native.mkBvsdivNoOverflow(), Native.mkBvsge(), Native.mkBvsgt(), Native.mkBvshl(), Native.mkBvsle(), Native.mkBvslt(), Native.mkBvsmod(), Native.mkBvSort(), Native.mkBvsrem(), Native.mkBvsub(), Native.mkBvsubNoOverflow(), Native.mkBvsubNoUnderflow(), Native.mkBvudiv(), Native.mkBvuge(), Native.mkBvugt(), Native.mkBvule(), Native.mkBvult(), Native.mkBvurem(), Native.mkBvxnor(), Native.mkBvxor(), Native.mkConcat(), Native.mkConst(), Native.mkConstArray(), Native.mkConstructor(), Native.mkConstructorList(), Native.mkDatatype(), Native.mkDatatypes(), Native.mkDistinct(), Native.mkDiv(), Native.mkEmptySet(), Native.mkEnumerationSort(), Native.mkEq(), Native.mkExists(), Native.mkExistsConst(), Native.mkExtract(), Native.mkExtRotateLeft(), Native.mkExtRotateRight(), Native.mkFalse(), Native.mkFiniteDomainSort(), Native.mkFixedpoint(), Native.mkForall(), Native.mkForallConst(), Native.mkFpaAbs(), Native.mkFpaAdd(), Native.mkFpaDiv(), Native.mkFpaEq(), Native.mkFpaFma(), Native.mkFpaFp(), Native.mkFpaGeq(), Native.mkFpaGt(), Native.mkFpaInf(), Native.mkFpaIsInfinite(), Native.mkFpaIsNan(), Native.mkFpaIsNegative(), Native.mkFpaIsNormal(), Native.mkFpaIsPositive(), Native.mkFpaIsSubnormal(), Native.mkFpaIsZero(), Native.mkFpaLeq(), Native.mkFpaLt(), Native.mkFpaMax(), Native.mkFpaMin(), Native.mkFpaMul(), Native.mkFpaNan(), Native.mkFpaNeg(), Native.mkFpaNumeralDouble(), Native.mkFpaNumeralFloat(), Native.mkFpaNumeralInt(), Native.mkFpaNumeralInt64Uint64(), Native.mkFpaNumeralIntUint(), Native.mkFpaRem(), Native.mkFpaRna(), Native.mkFpaRne(), Native.mkFpaRoundingModeSort(), Native.mkFpaRoundNearestTiesToAway(), Native.mkFpaRoundNearestTiesToEven(), Native.mkFpaRoundToIntegral(), Native.mkFpaRoundTowardNegative(), Native.mkFpaRoundTowardPositive(), Native.mkFpaRoundTowardZero(), Native.mkFpaRtn(), Native.mkFpaRtp(), Native.mkFpaRtz(), Native.mkFpaSort(), Native.mkFpaSort128(), Native.mkFpaSort16(), Native.mkFpaSort32(), Native.mkFpaSort64(), Native.mkFpaSortDouble(), Native.mkFpaSortHalf(), Native.mkFpaSortQuadruple(), Native.mkFpaSortSingle(), Native.mkFpaSqrt(), Native.mkFpaSub(), Native.mkFpaToFpBv(), Native.mkFpaToFpFloat(), Native.mkFpaToFpIntReal(), Native.mkFpaToFpReal(), Native.mkFpaToFpSigned(), Native.mkFpaToFpUnsigned(), Native.mkFpaToIeeeBv(), Native.mkFpaToReal(), Native.mkFpaToSbv(), Native.mkFpaToUbv(), Native.mkFpaZero(), Native.mkFreshConst(), Native.mkFreshFuncDecl(), Native.mkFullSet(), Native.mkFuncDecl(), Native.mkGe(), Native.mkGoal(), Native.mkGt(), Native.mkIff(), Native.mkImplies(), Native.mkInjectiveFunction(), Native.mkInt(), Native.mkInt2bv(), Native.mkInt2real(), Native.mkInt64(), Native.mkInterpolant(), Native.mkIntSort(), Native.mkIntSymbol(), Native.mkIsInt(), Native.mkIte(), Native.mkLabel(), Native.mkLe(), Native.mkListSort(), Native.mkLt(), Native.mkMap(), Native.mkMod(), Native.mkMul(), Native.mkNot(), Native.mkNumeral(), Native.mkOr(), Native.mkParams(), Native.mkPattern(), Native.mkPower(), Native.mkProbe(), Native.mkQuantifier(), Native.mkQuantifierConst(), Native.mkQuantifierConstEx(), Native.mkQuantifierEx(), Native.mkReal(), Native.mkReal2int(), Native.mkRealSort(), Native.mkRem(), Native.mkRepeat(), Native.mkRotateLeft(), Native.mkRotateRight(), Native.mkSelect(), Native.mkSetAdd(), Native.mkSetComplement(), Native.mkSetDel(), Native.mkSetDifference(), Native.mkSetIntersect(), Native.mkSetMember(), Native.mkSetSort(), Native.mkSetSubset(), Native.mkSetUnion(), Native.mkSignExt(), Native.mkSimpleSolver(), Native.mkSolver(), Native.mkSolverForLogic(), Native.mkSolverFromTactic(), Native.mkStore(), Native.mkStringSymbol(), Native.mkSub(), Native.mkTactic(), Native.mkTrue(), Native.mkTupleSort(), Native.mkUnaryMinus(), Native.mkUninterpretedSort(), Native.mkUnsignedInt(), Native.mkUnsignedInt64(), Native.mkXor(), Native.mkZeroExt(), Native.modelDecRef(), Native.modelEval(), Native.modelGetConstDecl(), Native.modelGetConstInterp(), Native.modelGetFuncDecl(), Native.modelGetFuncInterp(), Native.modelGetNumConsts(), Native.modelGetNumFuncs(), Native.modelGetNumSorts(), Native.modelGetSort(), Native.modelGetSortUniverse(), Native.modelIncRef(), Native.modelToString(), Native.paramDescrsDecRef(), Native.paramDescrsGetKind(), Native.paramDescrsGetName(), Native.paramDescrsIncRef(), Native.paramDescrsSize(), Native.paramDescrsToString(), Native.paramsDecRef(), Native.paramsIncRef(), Native.paramsSetBool(), Native.paramsSetDouble(), Native.paramsSetSymbol(), Native.paramsSetUint(), Native.paramsToString(), Native.paramsValidate(), Native.parseSmtlib2File(), Native.parseSmtlib2String(), Native.parseSmtlibFile(), Native.parseSmtlibString(), Native.patternToAst(), Native.patternToString(), Native.persistAst(), Native.polynomialSubresultants(), Native.pop(), Native.probeAnd(), Native.probeApply(), Native.probeConst(), Native.probeDecRef(), Native.probeEq(), Native.probeGe(), Native.probeGetDescr(), Native.probeGt(), Native.probeIncRef(), Native.probeLe(), Native.probeLt(), Native.probeNot(), Native.probeOr(), Native.push(), Native.queryConstructor(), Native.rcfAdd(), Native.rcfDel(), Native.rcfDiv(), Native.rcfEq(), Native.rcfGe(), Native.rcfGetNumeratorDenominator(), Native.rcfGt(), Native.rcfInv(), Native.rcfLe(), Native.rcfLt(), Native.rcfMkE(), Native.rcfMkInfinitesimal(), Native.rcfMkPi(), Native.rcfMkRational(), Native.rcfMkRoots(), Native.rcfMkSmallInt(), Native.rcfMul(), Native.rcfNeg(), Native.rcfNeq(), Native.rcfNumToDecimalString(), Native.rcfNumToString(), Native.rcfPower(), Native.rcfSub(), Native.readInterpolationProblem(), Native.setAstPrintMode(), Native.setError(), Native.setLogic(), Native.simplify(), Native.simplifyEx(), Native.simplifyGetHelp(), Native.simplifyGetParamDescrs(), Native.softCheckCancel(), Native.solverAssert(), Native.solverAssertAndTrack(), Native.solverCheck(), Native.solverCheckAssumptions(), Native.solverDecRef(), Native.solverGetAssertions(), Native.solverGetHelp(), Native.solverGetModel(), Native.solverGetNumScopes(), Native.solverGetParamDescrs(), Native.solverGetProof(), Native.solverGetReasonUnknown(), Native.solverGetStatistics(), Native.solverGetUnsatCore(), Native.solverIncRef(), Native.solverPop(), Native.solverPush(), Native.solverReset(), Native.solverSetParams(), Native.solverToString(), Native.sortToAst(), Native.sortToString(), Native.statisticsToString(), Native.statsDecRef(), Native.statsGetDoubleValue(), Native.statsGetKey(), Native.statsGetUintValue(), Native.statsIncRef(), Native.statsIsDouble(), Native.statsIsUint(), Native.statsSize(), Native.statsToString(), Native.substitute(), Native.substituteVars(), Native.tacticAndThen(), Native.tacticApply(), Native.tacticApplyEx(), Native.tacticCond(), Native.tacticDecRef(), Native.tacticFail(), Native.tacticFailIf(), Native.tacticFailIfNotDecided(), Native.tacticGetDescr(), Native.tacticGetHelp(), Native.tacticGetParamDescrs(), Native.tacticIncRef(), Native.tacticOrElse(), Native.tacticParAndThen(), Native.tacticParOr(), Native.tacticRepeat(), Native.tacticSkip(), Native.tacticTryFor(), Native.tacticUsingParams(), Native.tacticWhen(), Native.toApp(), Native.toFuncDecl(), Native.translate(), Native.updateParamValue(), Native.updateTerm(), and Native.writeInterpolationProblem().

static native boolean INTERNALgetFiniteDomainSortSize ( long  a0,
long  a1,
LongPtr  a2 
)
staticprotected
static native int INTERNALgetFuncDeclId ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.getFuncDeclId().

static native long INTERNALgetGuessedLiterals ( long  a0)
staticprotected
static native int INTERNALgetImpliedEqualities ( long  a0,
long  a1,
int  a2,
long[]  a3,
int[]  a4 
)
staticprotected
static native int INTERNALgetIndexValue ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.getIndexValue().

static native long INTERNALgetInterpolant ( long  a0,
long  a1,
long  a2,
long  a3 
)
staticprotected

Referenced by Native.getInterpolant().

static native long INTERNALgetLabelSymbol ( long  a0,
long  a1,
int  a2 
)
staticprotected

Referenced by Native.getLabelSymbol().

static native long INTERNALgetLiteral ( long  a0,
long  a1,
int  a2 
)
staticprotected

Referenced by Native.getLiteral().

static native long INTERNALgetModelConstant ( long  a0,
long  a1,
int  a2 
)
staticprotected

Referenced by Native.getModelConstant().

static native long INTERNALgetModelFuncDecl ( long  a0,
long  a1,
int  a2 
)
staticprotected

Referenced by Native.getModelFuncDecl().

static native long INTERNALgetModelFuncElse ( long  a0,
long  a1,
int  a2 
)
staticprotected

Referenced by Native.getModelFuncElse().

static native long INTERNALgetModelFuncEntryArg ( long  a0,
long  a1,
int  a2,
int  a3,
int  a4 
)
staticprotected
static native int INTERNALgetModelFuncEntryNumArgs ( long  a0,
long  a1,
int  a2,
int  a3 
)
staticprotected
static native long INTERNALgetModelFuncEntryValue ( long  a0,
long  a1,
int  a2,
int  a3 
)
staticprotected
static native int INTERNALgetModelFuncNumEntries ( long  a0,
long  a1,
int  a2 
)
staticprotected
static native int INTERNALgetModelNumConstants ( long  a0,
long  a1 
)
staticprotected
static native int INTERNALgetModelNumFuncs ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.getModelNumFuncs().

static native String INTERNALgetNumeralDecimalString ( long  a0,
long  a1,
int  a2 
)
staticprotected
static native boolean INTERNALgetNumeralInt ( long  a0,
long  a1,
IntPtr  a2 
)
staticprotected

Referenced by Native.getNumeralInt().

static native boolean INTERNALgetNumeralInt64 ( long  a0,
long  a1,
LongPtr  a2 
)
staticprotected

Referenced by Native.getNumeralInt64().

static native boolean INTERNALgetNumeralRationalInt64 ( long  a0,
long  a1,
LongPtr  a2,
LongPtr  a3 
)
staticprotected
static native boolean INTERNALgetNumeralSmall ( long  a0,
long  a1,
LongPtr  a2,
LongPtr  a3 
)
staticprotected

Referenced by Native.getNumeralSmall().

static native String INTERNALgetNumeralString ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.getNumeralString().

static native boolean INTERNALgetNumeralUint ( long  a0,
long  a1,
IntPtr  a2 
)
staticprotected

Referenced by Native.getNumeralUint().

static native boolean INTERNALgetNumeralUint64 ( long  a0,
long  a1,
LongPtr  a2 
)
staticprotected

Referenced by Native.getNumeralUint64().

static native long INTERNALgetNumerator ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.getNumerator().

static native int INTERNALgetNumLiterals ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.getNumLiterals().

static native int INTERNALgetNumProbes ( long  a0)
staticprotected

Referenced by Native.getNumProbes().

static native int INTERNALgetNumScopes ( long  a0)
staticprotected

Referenced by Native.getNumScopes().

static native int INTERNALgetNumTactics ( long  a0)
staticprotected

Referenced by Native.getNumTactics().

static native long INTERNALgetPattern ( long  a0,
long  a1,
int  a2 
)
staticprotected

Referenced by Native.getPattern().

static native int INTERNALgetPatternNumTerms ( long  a0,
long  a1 
)
staticprotected
static native String INTERNALgetProbeName ( long  a0,
int  a1 
)
staticprotected

Referenced by Native.getProbeName().

static native long INTERNALgetQuantifierBody ( long  a0,
long  a1 
)
staticprotected
static native long INTERNALgetQuantifierBoundName ( long  a0,
long  a1,
int  a2 
)
staticprotected
static native long INTERNALgetQuantifierBoundSort ( long  a0,
long  a1,
int  a2 
)
staticprotected
static native long INTERNALgetQuantifierNoPatternAst ( long  a0,
long  a1,
int  a2 
)
staticprotected
static native int INTERNALgetQuantifierNumBound ( long  a0,
long  a1 
)
staticprotected
static native int INTERNALgetQuantifierNumNoPatterns ( long  a0,
long  a1 
)
staticprotected
static native int INTERNALgetQuantifierNumPatterns ( long  a0,
long  a1 
)
staticprotected
static native long INTERNALgetQuantifierPatternAst ( long  a0,
long  a1,
int  a2 
)
staticprotected
static native int INTERNALgetQuantifierWeight ( long  a0,
long  a1 
)
staticprotected
static native long INTERNALgetRange ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.getRange().

static native int INTERNALgetRelationArity ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.getRelationArity().

static native long INTERNALgetRelationColumn ( long  a0,
long  a1,
int  a2 
)
staticprotected
static native long INTERNALgetRelevantLabels ( long  a0)
staticprotected
static native long INTERNALgetRelevantLiterals ( long  a0)
staticprotected
static native int INTERNALgetSearchFailure ( long  a0)
staticprotected

Referenced by Native.getSearchFailure().

static native long INTERNALgetSmtlibAssumption ( long  a0,
int  a1 
)
staticprotected
static native long INTERNALgetSmtlibDecl ( long  a0,
int  a1 
)
staticprotected

Referenced by Native.getSmtlibDecl().

static native String INTERNALgetSmtlibError ( long  a0)
staticprotected

Referenced by Native.getSmtlibError().

static native long INTERNALgetSmtlibFormula ( long  a0,
int  a1 
)
staticprotected

Referenced by Native.getSmtlibFormula().

static native int INTERNALgetSmtlibNumAssumptions ( long  a0)
staticprotected
static native int INTERNALgetSmtlibNumDecls ( long  a0)
staticprotected
static native int INTERNALgetSmtlibNumFormulas ( long  a0)
staticprotected
static native int INTERNALgetSmtlibNumSorts ( long  a0)
staticprotected
static native long INTERNALgetSmtlibSort ( long  a0,
int  a1 
)
staticprotected

Referenced by Native.getSmtlibSort().

static native long INTERNALgetSort ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.getSort().

static native int INTERNALgetSortId ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.getSortId().

static native int INTERNALgetSortKind ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.getSortKind().

static native long INTERNALgetSortName ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.getSortName().

static native int INTERNALgetSymbolInt ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.getSymbolInt().

static native int INTERNALgetSymbolKind ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.getSymbolKind().

static native String INTERNALgetSymbolString ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.getSymbolString().

static native String INTERNALgetTacticName ( long  a0,
int  a1 
)
staticprotected

Referenced by Native.getTacticName().

static native long INTERNALgetTupleSortFieldDecl ( long  a0,
long  a1,
int  a2 
)
staticprotected
static native long INTERNALgetTupleSortMkDecl ( long  a0,
long  a1 
)
staticprotected
static native int INTERNALgetTupleSortNumFields ( long  a0,
long  a1 
)
staticprotected
static native void INTERNALgetVersion ( IntPtr  a0,
IntPtr  a1,
IntPtr  a2,
IntPtr  a3 
)
staticprotected

Referenced by Native.getVersion().

static native boolean INTERNALglobalParamGet ( String  a0,
StringPtr  a1 
)
staticprotected

Referenced by Native.globalParamGet().

static native void INTERNALglobalParamResetAll ( )
staticprotected
static native void INTERNALglobalParamSet ( String  a0,
String  a1 
)
staticprotected

Referenced by Native.globalParamSet().

static native void INTERNALgoalAssert ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.goalAssert().

static native void INTERNALgoalDecRef ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.goalDecRef().

static native int INTERNALgoalDepth ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.goalDepth().

static native long INTERNALgoalFormula ( long  a0,
long  a1,
int  a2 
)
staticprotected

Referenced by Native.goalFormula().

static native boolean INTERNALgoalInconsistent ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.goalInconsistent().

static native void INTERNALgoalIncRef ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.goalIncRef().

static native boolean INTERNALgoalIsDecidedSat ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.goalIsDecidedSat().

static native boolean INTERNALgoalIsDecidedUnsat ( long  a0,
long  a1 
)
staticprotected
static native int INTERNALgoalNumExprs ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.goalNumExprs().

static native int INTERNALgoalPrecision ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.goalPrecision().

static native void INTERNALgoalReset ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.goalReset().

static native int INTERNALgoalSize ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.goalSize().

static native String INTERNALgoalToString ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.goalToString().

static native long INTERNALgoalTranslate ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.goalTranslate().

static native void INTERNALincRef ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.incRef().

static native String INTERNALinterpolationProfile ( long  a0)
staticprotected
static native void INTERNALinterrupt ( long  a0)
staticprotected

Referenced by Native.interrupt().

static native boolean INTERNALisAlgebraicNumber ( long  a0,
long  a1 
)
staticprotected
static native boolean INTERNALisApp ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.isApp().

static native boolean INTERNALisArrayValue ( long  a0,
long  a1,
long  a2,
IntPtr  a3 
)
staticprotected

Referenced by Native.isArrayValue().

static native boolean INTERNALisAsArray ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.isAsArray().

static native boolean INTERNALisEqAst ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.isEqAst().

static native boolean INTERNALisEqFuncDecl ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.isEqFuncDecl().

static native boolean INTERNALisEqSort ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.isEqSort().

static native boolean INTERNALisNumeralAst ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.isNumeralAst().

static native boolean INTERNALisQuantifierForall ( long  a0,
long  a1 
)
staticprotected
static native boolean INTERNALisWellSorted ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.isWellSorted().

static native long INTERNALmkAdd ( long  a0,
int  a1,
long[]  a2 
)
staticprotected

Referenced by Native.mkAdd().

static native long INTERNALmkAnd ( long  a0,
int  a1,
long[]  a2 
)
staticprotected

Referenced by Native.mkAnd().

static native long INTERNALmkApp ( long  a0,
long  a1,
int  a2,
long[]  a3 
)
staticprotected

Referenced by Native.mkApp().

static native long INTERNALmkArrayDefault ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.mkArrayDefault().

static native long INTERNALmkArraySort ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.mkArraySort().

static native long INTERNALmkAstMap ( long  a0)
staticprotected

Referenced by Native.mkAstMap().

static native long INTERNALmkAstVector ( long  a0)
staticprotected

Referenced by Native.mkAstVector().

static native long INTERNALmkBoolSort ( long  a0)
staticprotected

Referenced by Native.mkBoolSort().

static native long INTERNALmkBound ( long  a0,
int  a1,
long  a2 
)
staticprotected

Referenced by Native.mkBound().

static native long INTERNALmkBv2int ( long  a0,
long  a1,
boolean  a2 
)
staticprotected

Referenced by Native.mkBv2int().

static native long INTERNALmkBvadd ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.mkBvadd().

static native long INTERNALmkBvaddNoOverflow ( long  a0,
long  a1,
long  a2,
boolean  a3 
)
staticprotected
static native long INTERNALmkBvaddNoUnderflow ( long  a0,
long  a1,
long  a2 
)
staticprotected
static native long INTERNALmkBvand ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.mkBvand().

static native long INTERNALmkBvashr ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.mkBvashr().

static native long INTERNALmkBvlshr ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.mkBvlshr().

static native long INTERNALmkBvmul ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.mkBvmul().

static native long INTERNALmkBvmulNoOverflow ( long  a0,
long  a1,
long  a2,
boolean  a3 
)
staticprotected
static native long INTERNALmkBvmulNoUnderflow ( long  a0,
long  a1,
long  a2 
)
staticprotected
static native long INTERNALmkBvnand ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.mkBvnand().

static native long INTERNALmkBvneg ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.mkBvneg().

static native long INTERNALmkBvnegNoOverflow ( long  a0,
long  a1 
)
staticprotected
static native long INTERNALmkBvnor ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.mkBvnor().

static native long INTERNALmkBvnot ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.mkBvnot().

static native long INTERNALmkBvor ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.mkBvor().

static native long INTERNALmkBvredand ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.mkBvredand().

static native long INTERNALmkBvredor ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.mkBvredor().

static native long INTERNALmkBvsdiv ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.mkBvsdiv().

static native long INTERNALmkBvsdivNoOverflow ( long  a0,
long  a1,
long  a2 
)
staticprotected
static native long INTERNALmkBvsge ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.mkBvsge().

static native long INTERNALmkBvsgt ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.mkBvsgt().

static native long INTERNALmkBvshl ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.mkBvshl().

static native long INTERNALmkBvsle ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.mkBvsle().

static native long INTERNALmkBvslt ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.mkBvslt().

static native long INTERNALmkBvsmod ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.mkBvsmod().

static native long INTERNALmkBvSort ( long  a0,
int  a1 
)
staticprotected

Referenced by Native.mkBvSort().

static native long INTERNALmkBvsrem ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.mkBvsrem().

static native long INTERNALmkBvsub ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.mkBvsub().

static native long INTERNALmkBvsubNoOverflow ( long  a0,
long  a1,
long  a2 
)
staticprotected
static native long INTERNALmkBvsubNoUnderflow ( long  a0,
long  a1,
long  a2,
boolean  a3 
)
staticprotected
static native long INTERNALmkBvudiv ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.mkBvudiv().

static native long INTERNALmkBvuge ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.mkBvuge().

static native long INTERNALmkBvugt ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.mkBvugt().

static native long INTERNALmkBvule ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.mkBvule().

static native long INTERNALmkBvult ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.mkBvult().

static native long INTERNALmkBvurem ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.mkBvurem().

static native long INTERNALmkBvxnor ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.mkBvxnor().

static native long INTERNALmkBvxor ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.mkBvxor().

static native long INTERNALmkConcat ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.mkConcat().

static native long INTERNALmkConfig ( )
staticprotected

Referenced by Native.mkConfig().

static native long INTERNALmkConst ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.mkConst().

static native long INTERNALmkConstArray ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.mkConstArray().

static native long INTERNALmkConstructor ( long  a0,
long  a1,
long  a2,
int  a3,
long[]  a4,
long[]  a5,
int[]  a6 
)
staticprotected

Referenced by Native.mkConstructor().

static native long INTERNALmkConstructorList ( long  a0,
int  a1,
long[]  a2 
)
staticprotected
static native long INTERNALmkContext ( long  a0)
staticprotected

Referenced by Native.mkContext().

static native long INTERNALmkContextRc ( long  a0)
staticprotected

Referenced by Native.mkContextRc().

static native long INTERNALmkDatatype ( long  a0,
long  a1,
int  a2,
long[]  a3 
)
staticprotected

Referenced by Native.mkDatatype().

static native void INTERNALmkDatatypes ( long  a0,
int  a1,
long[]  a2,
long[]  a3,
long[]  a4 
)
staticprotected

Referenced by Native.mkDatatypes().

static native long INTERNALmkDistinct ( long  a0,
int  a1,
long[]  a2 
)
staticprotected

Referenced by Native.mkDistinct().

static native long INTERNALmkDiv ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.mkDiv().

static native long INTERNALmkEmptySet ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.mkEmptySet().

static native long INTERNALmkEnumerationSort ( long  a0,
long  a1,
int  a2,
long[]  a3,
long[]  a4,
long[]  a5 
)
staticprotected
static native long INTERNALmkEq ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.mkEq().

static native long INTERNALmkExists ( long  a0,
int  a1,
int  a2,
long[]  a3,
int  a4,
long[]  a5,
long[]  a6,
long  a7 
)
staticprotected

Referenced by Native.mkExists().

static native long INTERNALmkExistsConst ( long  a0,
int  a1,
int  a2,
long[]  a3,
int  a4,
long[]  a5,
long  a6 
)
staticprotected

Referenced by Native.mkExistsConst().

static native long INTERNALmkExtract ( long  a0,
int  a1,
int  a2,
long  a3 
)
staticprotected

Referenced by Native.mkExtract().

static native long INTERNALmkExtRotateLeft ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.mkExtRotateLeft().

static native long INTERNALmkExtRotateRight ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.mkExtRotateRight().

static native long INTERNALmkFalse ( long  a0)
staticprotected

Referenced by Native.mkFalse().

static native long INTERNALmkFiniteDomainSort ( long  a0,
long  a1,
long  a2 
)
staticprotected
static native long INTERNALmkFixedpoint ( long  a0)
staticprotected

Referenced by Native.mkFixedpoint().

static native long INTERNALmkForall ( long  a0,
int  a1,
int  a2,
long[]  a3,
int  a4,
long[]  a5,
long[]  a6,
long  a7 
)
staticprotected

Referenced by Native.mkForall().

static native long INTERNALmkForallConst ( long  a0,
int  a1,
int  a2,
long[]  a3,
int  a4,
long[]  a5,
long  a6 
)
staticprotected

Referenced by Native.mkForallConst().

static native long INTERNALmkFpaAbs ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.mkFpaAbs().

static native long INTERNALmkFpaAdd ( long  a0,
long  a1,
long  a2,
long  a3 
)
staticprotected

Referenced by Native.mkFpaAdd().

static native long INTERNALmkFpaDiv ( long  a0,
long  a1,
long  a2,
long  a3 
)
staticprotected

Referenced by Native.mkFpaDiv().

static native long INTERNALmkFpaEq ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.mkFpaEq().

static native long INTERNALmkFpaFma ( long  a0,
long  a1,
long  a2,
long  a3,
long  a4 
)
staticprotected

Referenced by Native.mkFpaFma().

static native long INTERNALmkFpaFp ( long  a0,
long  a1,
long  a2,
long  a3 
)
staticprotected

Referenced by Native.mkFpaFp().

static native long INTERNALmkFpaGeq ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.mkFpaGeq().

static native long INTERNALmkFpaGt ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.mkFpaGt().

static native long INTERNALmkFpaInf ( long  a0,
long  a1,
boolean  a2 
)
staticprotected

Referenced by Native.mkFpaInf().

static native long INTERNALmkFpaIsInfinite ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.mkFpaIsInfinite().

static native long INTERNALmkFpaIsNan ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.mkFpaIsNan().

static native long INTERNALmkFpaIsNegative ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.mkFpaIsNegative().

static native long INTERNALmkFpaIsNormal ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.mkFpaIsNormal().

static native long INTERNALmkFpaIsPositive ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.mkFpaIsPositive().

static native long INTERNALmkFpaIsSubnormal ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.mkFpaIsSubnormal().

static native long INTERNALmkFpaIsZero ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.mkFpaIsZero().

static native long INTERNALmkFpaLeq ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.mkFpaLeq().

static native long INTERNALmkFpaLt ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.mkFpaLt().

static native long INTERNALmkFpaMax ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.mkFpaMax().

static native long INTERNALmkFpaMin ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.mkFpaMin().

static native long INTERNALmkFpaMul ( long  a0,
long  a1,
long  a2,
long  a3 
)
staticprotected

Referenced by Native.mkFpaMul().

static native long INTERNALmkFpaNan ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.mkFpaNan().

static native long INTERNALmkFpaNeg ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.mkFpaNeg().

static native long INTERNALmkFpaNumeralDouble ( long  a0,
double  a1,
long  a2 
)
staticprotected
static native long INTERNALmkFpaNumeralFloat ( long  a0,
float  a1,
long  a2 
)
staticprotected
static native long INTERNALmkFpaNumeralInt ( long  a0,
int  a1,
long  a2 
)
staticprotected

Referenced by Native.mkFpaNumeralInt().

static native long INTERNALmkFpaNumeralInt64Uint64 ( long  a0,
boolean  a1,
long  a2,
long  a3,
long  a4 
)
staticprotected
static native long INTERNALmkFpaNumeralIntUint ( long  a0,
boolean  a1,
int  a2,
int  a3,
long  a4 
)
staticprotected
static native long INTERNALmkFpaRem ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.mkFpaRem().

static native long INTERNALmkFpaRna ( long  a0)
staticprotected

Referenced by Native.mkFpaRna().

static native long INTERNALmkFpaRne ( long  a0)
staticprotected

Referenced by Native.mkFpaRne().

static native long INTERNALmkFpaRoundingModeSort ( long  a0)
staticprotected
static native long INTERNALmkFpaRoundNearestTiesToAway ( long  a0)
staticprotected
static native long INTERNALmkFpaRoundNearestTiesToEven ( long  a0)
staticprotected
static native long INTERNALmkFpaRoundToIntegral ( long  a0,
long  a1,
long  a2 
)
staticprotected
static native long INTERNALmkFpaRoundTowardNegative ( long  a0)
staticprotected
static native long INTERNALmkFpaRoundTowardPositive ( long  a0)
staticprotected
static native long INTERNALmkFpaRoundTowardZero ( long  a0)
staticprotected
static native long INTERNALmkFpaRtn ( long  a0)
staticprotected

Referenced by Native.mkFpaRtn().

static native long INTERNALmkFpaRtp ( long  a0)
staticprotected

Referenced by Native.mkFpaRtp().

static native long INTERNALmkFpaRtz ( long  a0)
staticprotected

Referenced by Native.mkFpaRtz().

static native long INTERNALmkFpaSort ( long  a0,
int  a1,
int  a2 
)
staticprotected

Referenced by Native.mkFpaSort().

static native long INTERNALmkFpaSort128 ( long  a0)
staticprotected

Referenced by Native.mkFpaSort128().

static native long INTERNALmkFpaSort16 ( long  a0)
staticprotected

Referenced by Native.mkFpaSort16().

static native long INTERNALmkFpaSort32 ( long  a0)
staticprotected

Referenced by Native.mkFpaSort32().

static native long INTERNALmkFpaSort64 ( long  a0)
staticprotected

Referenced by Native.mkFpaSort64().

static native long INTERNALmkFpaSortDouble ( long  a0)
staticprotected

Referenced by Native.mkFpaSortDouble().

static native long INTERNALmkFpaSortHalf ( long  a0)
staticprotected

Referenced by Native.mkFpaSortHalf().

static native long INTERNALmkFpaSortQuadruple ( long  a0)
staticprotected
static native long INTERNALmkFpaSortSingle ( long  a0)
staticprotected

Referenced by Native.mkFpaSortSingle().

static native long INTERNALmkFpaSqrt ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.mkFpaSqrt().

static native long INTERNALmkFpaSub ( long  a0,
long  a1,
long  a2,
long  a3 
)
staticprotected

Referenced by Native.mkFpaSub().

static native long INTERNALmkFpaToFpBv ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.mkFpaToFpBv().

static native long INTERNALmkFpaToFpFloat ( long  a0,
long  a1,
long  a2,
long  a3 
)
staticprotected

Referenced by Native.mkFpaToFpFloat().

static native long INTERNALmkFpaToFpIntReal ( long  a0,
long  a1,
long  a2,
long  a3,
long  a4 
)
staticprotected

Referenced by Native.mkFpaToFpIntReal().

static native long INTERNALmkFpaToFpReal ( long  a0,
long  a1,
long  a2,
long  a3 
)
staticprotected

Referenced by Native.mkFpaToFpReal().

static native long INTERNALmkFpaToFpSigned ( long  a0,
long  a1,
long  a2,
long  a3 
)
staticprotected

Referenced by Native.mkFpaToFpSigned().

static native long INTERNALmkFpaToFpUnsigned ( long  a0,
long  a1,
long  a2,
long  a3 
)
staticprotected
static native long INTERNALmkFpaToIeeeBv ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.mkFpaToIeeeBv().

static native long INTERNALmkFpaToReal ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.mkFpaToReal().

static native long INTERNALmkFpaToSbv ( long  a0,
long  a1,
long  a2,
int  a3 
)
staticprotected

Referenced by Native.mkFpaToSbv().

static native long INTERNALmkFpaToUbv ( long  a0,
long  a1,
long  a2,
int  a3 
)
staticprotected

Referenced by Native.mkFpaToUbv().

static native long INTERNALmkFpaZero ( long  a0,
long  a1,
boolean  a2 
)
staticprotected

Referenced by Native.mkFpaZero().

static native long INTERNALmkFreshConst ( long  a0,
String  a1,
long  a2 
)
staticprotected

Referenced by Native.mkFreshConst().

static native long INTERNALmkFreshFuncDecl ( long  a0,
String  a1,
int  a2,
long[]  a3,
long  a4 
)
staticprotected

Referenced by Native.mkFreshFuncDecl().

static native long INTERNALmkFullSet ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.mkFullSet().

static native long INTERNALmkFuncDecl ( long  a0,
long  a1,
int  a2,
long[]  a3,
long  a4 
)
staticprotected

Referenced by Native.mkFuncDecl().

static native long INTERNALmkGe ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.mkGe().

static native long INTERNALmkGoal ( long  a0,
boolean  a1,
boolean  a2,
boolean  a3 
)
staticprotected

Referenced by Native.mkGoal().

static native long INTERNALmkGt ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.mkGt().

static native long INTERNALmkIff ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.mkIff().

static native long INTERNALmkImplies ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.mkImplies().

static native long INTERNALmkInjectiveFunction ( long  a0,
long  a1,
int  a2,
long[]  a3,
long  a4 
)
staticprotected
static native long INTERNALmkInt ( long  a0,
int  a1,
long  a2 
)
staticprotected

Referenced by Native.mkInt().

static native long INTERNALmkInt2bv ( long  a0,
int  a1,
long  a2 
)
staticprotected

Referenced by Native.mkInt2bv().

static native long INTERNALmkInt2real ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.mkInt2real().

static native long INTERNALmkInt64 ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.mkInt64().

static native long INTERNALmkInterpolant ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.mkInterpolant().

static native long INTERNALmkInterpolationContext ( long  a0)
staticprotected
static native long INTERNALmkIntSort ( long  a0)
staticprotected

Referenced by Native.mkIntSort().

static native long INTERNALmkIntSymbol ( long  a0,
int  a1 
)
staticprotected

Referenced by Native.mkIntSymbol().

static native long INTERNALmkIsInt ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.mkIsInt().

static native long INTERNALmkIte ( long  a0,
long  a1,
long  a2,
long  a3 
)
staticprotected

Referenced by Native.mkIte().

static native long INTERNALmkLabel ( long  a0,
long  a1,
boolean  a2,
long  a3 
)
staticprotected

Referenced by Native.mkLabel().

static native long INTERNALmkLe ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.mkLe().

static native long INTERNALmkListSort ( long  a0,
long  a1,
long  a2,
LongPtr  a3,
LongPtr  a4,
LongPtr  a5,
LongPtr  a6,
LongPtr  a7,
LongPtr  a8 
)
staticprotected

Referenced by Native.mkListSort().

static native long INTERNALmkLt ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.mkLt().

static native long INTERNALmkMap ( long  a0,
long  a1,
int  a2,
long[]  a3 
)
staticprotected

Referenced by Native.mkMap().

static native long INTERNALmkMod ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.mkMod().

static native long INTERNALmkMul ( long  a0,
int  a1,
long[]  a2 
)
staticprotected

Referenced by Native.mkMul().

static native long INTERNALmkNot ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.mkNot().

static native long INTERNALmkNumeral ( long  a0,
String  a1,
long  a2 
)
staticprotected

Referenced by Native.mkNumeral().

static native long INTERNALmkOr ( long  a0,
int  a1,
long[]  a2 
)
staticprotected

Referenced by Native.mkOr().

static native long INTERNALmkParams ( long  a0)
staticprotected

Referenced by Native.mkParams().

static native long INTERNALmkPattern ( long  a0,
int  a1,
long[]  a2 
)
staticprotected

Referenced by Native.mkPattern().

static native long INTERNALmkPower ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.mkPower().

static native long INTERNALmkProbe ( long  a0,
String  a1 
)
staticprotected

Referenced by Native.mkProbe().

static native long INTERNALmkQuantifier ( long  a0,
boolean  a1,
int  a2,
int  a3,
long[]  a4,
int  a5,
long[]  a6,
long[]  a7,
long  a8 
)
staticprotected

Referenced by Native.mkQuantifier().

static native long INTERNALmkQuantifierConst ( long  a0,
boolean  a1,
int  a2,
int  a3,
long[]  a4,
int  a5,
long[]  a6,
long  a7 
)
staticprotected
static native long INTERNALmkQuantifierConstEx ( long  a0,
boolean  a1,
int  a2,
long  a3,
long  a4,
int  a5,
long[]  a6,
int  a7,
long[]  a8,
int  a9,
long[]  a10,
long  a11 
)
staticprotected
static native long INTERNALmkQuantifierEx ( long  a0,
boolean  a1,
int  a2,
long  a3,
long  a4,
int  a5,
long[]  a6,
int  a7,
long[]  a8,
int  a9,
long[]  a10,
long[]  a11,
long  a12 
)
staticprotected

Referenced by Native.mkQuantifierEx().

static native long INTERNALmkReal ( long  a0,
int  a1,
int  a2 
)
staticprotected

Referenced by Native.mkReal().

static native long INTERNALmkReal2int ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.mkReal2int().

static native long INTERNALmkRealSort ( long  a0)
staticprotected

Referenced by Native.mkRealSort().

static native long INTERNALmkRem ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.mkRem().

static native long INTERNALmkRepeat ( long  a0,
int  a1,
long  a2 
)
staticprotected

Referenced by Native.mkRepeat().

static native long INTERNALmkRotateLeft ( long  a0,
int  a1,
long  a2 
)
staticprotected

Referenced by Native.mkRotateLeft().

static native long INTERNALmkRotateRight ( long  a0,
int  a1,
long  a2 
)
staticprotected

Referenced by Native.mkRotateRight().

static native long INTERNALmkSelect ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.mkSelect().

static native long INTERNALmkSetAdd ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.mkSetAdd().

static native long INTERNALmkSetComplement ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.mkSetComplement().

static native long INTERNALmkSetDel ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.mkSetDel().

static native long INTERNALmkSetDifference ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.mkSetDifference().

static native long INTERNALmkSetIntersect ( long  a0,
int  a1,
long[]  a2 
)
staticprotected

Referenced by Native.mkSetIntersect().

static native long INTERNALmkSetMember ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.mkSetMember().

static native long INTERNALmkSetSort ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.mkSetSort().

static native long INTERNALmkSetSubset ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.mkSetSubset().

static native long INTERNALmkSetUnion ( long  a0,
int  a1,
long[]  a2 
)
staticprotected

Referenced by Native.mkSetUnion().

static native long INTERNALmkSignExt ( long  a0,
int  a1,
long  a2 
)
staticprotected

Referenced by Native.mkSignExt().

static native long INTERNALmkSimpleSolver ( long  a0)
staticprotected

Referenced by Native.mkSimpleSolver().

static native long INTERNALmkSolver ( long  a0)
staticprotected

Referenced by Native.mkSolver().

static native long INTERNALmkSolverForLogic ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.mkSolverForLogic().

static native long INTERNALmkSolverFromTactic ( long  a0,
long  a1 
)
staticprotected
static native long INTERNALmkStore ( long  a0,
long  a1,
long  a2,
long  a3 
)
staticprotected

Referenced by Native.mkStore().

static native long INTERNALmkStringSymbol ( long  a0,
String  a1 
)
staticprotected

Referenced by Native.mkStringSymbol().

static native long INTERNALmkSub ( long  a0,
int  a1,
long[]  a2 
)
staticprotected

Referenced by Native.mkSub().

static native long INTERNALmkTactic ( long  a0,
String  a1 
)
staticprotected

Referenced by Native.mkTactic().

static native long INTERNALmkTrue ( long  a0)
staticprotected

Referenced by Native.mkTrue().

static native long INTERNALmkTupleSort ( long  a0,
long  a1,
int  a2,
long[]  a3,
long[]  a4,
LongPtr  a5,
long[]  a6 
)
staticprotected

Referenced by Native.mkTupleSort().

static native long INTERNALmkUnaryMinus ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.mkUnaryMinus().

static native long INTERNALmkUninterpretedSort ( long  a0,
long  a1 
)
staticprotected
static native long INTERNALmkUnsignedInt ( long  a0,
int  a1,
long  a2 
)
staticprotected

Referenced by Native.mkUnsignedInt().

static native long INTERNALmkUnsignedInt64 ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.mkUnsignedInt64().

static native long INTERNALmkXor ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.mkXor().

static native long INTERNALmkZeroExt ( long  a0,
int  a1,
long  a2 
)
staticprotected

Referenced by Native.mkZeroExt().

static native void INTERNALmodelDecRef ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.modelDecRef().

static native boolean INTERNALmodelEval ( long  a0,
long  a1,
long  a2,
boolean  a3,
LongPtr  a4 
)
staticprotected

Referenced by Native.modelEval().

static native long INTERNALmodelGetConstDecl ( long  a0,
long  a1,
int  a2 
)
staticprotected
static native long INTERNALmodelGetConstInterp ( long  a0,
long  a1,
long  a2 
)
staticprotected
static native long INTERNALmodelGetFuncDecl ( long  a0,
long  a1,
int  a2 
)
staticprotected

Referenced by Native.modelGetFuncDecl().

static native long INTERNALmodelGetFuncInterp ( long  a0,
long  a1,
long  a2 
)
staticprotected
static native int INTERNALmodelGetNumConsts ( long  a0,
long  a1 
)
staticprotected
static native int INTERNALmodelGetNumFuncs ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.modelGetNumFuncs().

static native int INTERNALmodelGetNumSorts ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.modelGetNumSorts().

static native long INTERNALmodelGetSort ( long  a0,
long  a1,
int  a2 
)
staticprotected

Referenced by Native.modelGetSort().

static native long INTERNALmodelGetSortUniverse ( long  a0,
long  a1,
long  a2 
)
staticprotected
static native void INTERNALmodelIncRef ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.modelIncRef().

static native String INTERNALmodelToString ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.modelToString().

static native int INTERNALopenLog ( String  a0)
staticprotected

Referenced by Native.openLog().

static native void INTERNALparamDescrsDecRef ( long  a0,
long  a1 
)
staticprotected
static native int INTERNALparamDescrsGetKind ( long  a0,
long  a1,
long  a2 
)
staticprotected
static native long INTERNALparamDescrsGetName ( long  a0,
long  a1,
int  a2 
)
staticprotected
static native void INTERNALparamDescrsIncRef ( long  a0,
long  a1 
)
staticprotected
static native int INTERNALparamDescrsSize ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.paramDescrsSize().

static native String INTERNALparamDescrsToString ( long  a0,
long  a1 
)
staticprotected
static native void INTERNALparamsDecRef ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.paramsDecRef().

static native void INTERNALparamsIncRef ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.paramsIncRef().

static native void INTERNALparamsSetBool ( long  a0,
long  a1,
long  a2,
boolean  a3 
)
staticprotected

Referenced by Native.paramsSetBool().

static native void INTERNALparamsSetDouble ( long  a0,
long  a1,
long  a2,
double  a3 
)
staticprotected

Referenced by Native.paramsSetDouble().

static native void INTERNALparamsSetSymbol ( long  a0,
long  a1,
long  a2,
long  a3 
)
staticprotected

Referenced by Native.paramsSetSymbol().

static native void INTERNALparamsSetUint ( long  a0,
long  a1,
long  a2,
int  a3 
)
staticprotected

Referenced by Native.paramsSetUint().

static native String INTERNALparamsToString ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.paramsToString().

static native void INTERNALparamsValidate ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.paramsValidate().

static native long INTERNALparseSmtlib2File ( long  a0,
String  a1,
int  a2,
long[]  a3,
long[]  a4,
int  a5,
long[]  a6,
long[]  a7 
)
staticprotected

Referenced by Native.parseSmtlib2File().

static native long INTERNALparseSmtlib2String ( long  a0,
String  a1,
int  a2,
long[]  a3,
long[]  a4,
int  a5,
long[]  a6,
long[]  a7 
)
staticprotected
static native void INTERNALparseSmtlibFile ( long  a0,
String  a1,
int  a2,
long[]  a3,
long[]  a4,
int  a5,
long[]  a6,
long[]  a7 
)
staticprotected

Referenced by Native.parseSmtlibFile().

static native void INTERNALparseSmtlibString ( long  a0,
String  a1,
int  a2,
long[]  a3,
long[]  a4,
int  a5,
long[]  a6,
long[]  a7 
)
staticprotected
static native long INTERNALpatternToAst ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.patternToAst().

static native String INTERNALpatternToString ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.patternToString().

static native void INTERNALpersistAst ( long  a0,
long  a1,
int  a2 
)
staticprotected

Referenced by Native.persistAst().

static native long INTERNALpolynomialSubresultants ( long  a0,
long  a1,
long  a2,
long  a3 
)
staticprotected
static native void INTERNALpop ( long  a0,
int  a1 
)
staticprotected

Referenced by Native.pop().

static native long INTERNALprobeAnd ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.probeAnd().

static native double INTERNALprobeApply ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.probeApply().

static native long INTERNALprobeConst ( long  a0,
double  a1 
)
staticprotected

Referenced by Native.probeConst().

static native void INTERNALprobeDecRef ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.probeDecRef().

static native long INTERNALprobeEq ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.probeEq().

static native long INTERNALprobeGe ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.probeGe().

static native String INTERNALprobeGetDescr ( long  a0,
String  a1 
)
staticprotected

Referenced by Native.probeGetDescr().

static native long INTERNALprobeGt ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.probeGt().

static native void INTERNALprobeIncRef ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.probeIncRef().

static native long INTERNALprobeLe ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.probeLe().

static native long INTERNALprobeLt ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.probeLt().

static native long INTERNALprobeNot ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.probeNot().

static native long INTERNALprobeOr ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.probeOr().

static native void INTERNALpush ( long  a0)
staticprotected

Referenced by Native.push().

static native void INTERNALqueryConstructor ( long  a0,
long  a1,
int  a2,
LongPtr  a3,
LongPtr  a4,
long[]  a5 
)
staticprotected

Referenced by Native.queryConstructor().

static native long INTERNALrcfAdd ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.rcfAdd().

static native void INTERNALrcfDel ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.rcfDel().

static native long INTERNALrcfDiv ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.rcfDiv().

static native boolean INTERNALrcfEq ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.rcfEq().

static native boolean INTERNALrcfGe ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.rcfGe().

static native void INTERNALrcfGetNumeratorDenominator ( long  a0,
long  a1,
LongPtr  a2,
LongPtr  a3 
)
staticprotected
static native boolean INTERNALrcfGt ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.rcfGt().

static native long INTERNALrcfInv ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.rcfInv().

static native boolean INTERNALrcfLe ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.rcfLe().

static native boolean INTERNALrcfLt ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.rcfLt().

static native long INTERNALrcfMkE ( long  a0)
staticprotected

Referenced by Native.rcfMkE().

static native long INTERNALrcfMkInfinitesimal ( long  a0)
staticprotected
static native long INTERNALrcfMkPi ( long  a0)
staticprotected

Referenced by Native.rcfMkPi().

static native long INTERNALrcfMkRational ( long  a0,
String  a1 
)
staticprotected

Referenced by Native.rcfMkRational().

static native int INTERNALrcfMkRoots ( long  a0,
int  a1,
long[]  a2,
long[]  a3 
)
staticprotected

Referenced by Native.rcfMkRoots().

static native long INTERNALrcfMkSmallInt ( long  a0,
int  a1 
)
staticprotected

Referenced by Native.rcfMkSmallInt().

static native long INTERNALrcfMul ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.rcfMul().

static native long INTERNALrcfNeg ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.rcfNeg().

static native boolean INTERNALrcfNeq ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.rcfNeq().

static native String INTERNALrcfNumToDecimalString ( long  a0,
long  a1,
int  a2 
)
staticprotected
static native String INTERNALrcfNumToString ( long  a0,
long  a1,
boolean  a2,
boolean  a3 
)
staticprotected

Referenced by Native.rcfNumToString().

static native long INTERNALrcfPower ( long  a0,
long  a1,
int  a2 
)
staticprotected

Referenced by Native.rcfPower().

static native long INTERNALrcfSub ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.rcfSub().

static native int INTERNALreadInterpolationProblem ( long  a0,
IntPtr  a1,
ObjArrayPtr  a2,
UIntArrayPtr  a3,
String  a4,
StringPtr  a5,
IntPtr  a6,
ObjArrayPtr  a7 
)
staticprotected
static native void INTERNALresetMemory ( )
staticprotected

Referenced by Native.resetMemory().

static native void INTERNALsetAstPrintMode ( long  a0,
int  a1 
)
staticprotected

Referenced by Native.setAstPrintMode().

static native void INTERNALsetError ( long  a0,
int  a1 
)
staticprotected

Referenced by Native.setError().

static native void INTERNALsetLogic ( long  a0,
String  a1 
)
staticprotected

Referenced by Native.setLogic().

static native void INTERNALsetParamValue ( long  a0,
String  a1,
String  a2 
)
staticprotected

Referenced by Native.setParamValue().

static native long INTERNALsimplify ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.simplify().

static native long INTERNALsimplifyEx ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.simplifyEx().

static native String INTERNALsimplifyGetHelp ( long  a0)
staticprotected

Referenced by Native.simplifyGetHelp().

static native long INTERNALsimplifyGetParamDescrs ( long  a0)
staticprotected
static native void INTERNALsoftCheckCancel ( long  a0)
staticprotected

Referenced by Native.softCheckCancel().

static native void INTERNALsolverAssert ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.solverAssert().

static native void INTERNALsolverAssertAndTrack ( long  a0,
long  a1,
long  a2,
long  a3 
)
staticprotected
static native int INTERNALsolverCheck ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.solverCheck().

static native int INTERNALsolverCheckAssumptions ( long  a0,
long  a1,
int  a2,
long[]  a3 
)
staticprotected
static native void INTERNALsolverDecRef ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.solverDecRef().

static native long INTERNALsolverGetAssertions ( long  a0,
long  a1 
)
staticprotected
static native String INTERNALsolverGetHelp ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.solverGetHelp().

static native long INTERNALsolverGetModel ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.solverGetModel().

static native int INTERNALsolverGetNumScopes ( long  a0,
long  a1 
)
staticprotected
static native long INTERNALsolverGetParamDescrs ( long  a0,
long  a1 
)
staticprotected
static native long INTERNALsolverGetProof ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.solverGetProof().

static native String INTERNALsolverGetReasonUnknown ( long  a0,
long  a1 
)
staticprotected
static native long INTERNALsolverGetStatistics ( long  a0,
long  a1 
)
staticprotected
static native long INTERNALsolverGetUnsatCore ( long  a0,
long  a1 
)
staticprotected
static native void INTERNALsolverIncRef ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.solverIncRef().

static native void INTERNALsolverPop ( long  a0,
long  a1,
int  a2 
)
staticprotected

Referenced by Native.solverPop().

static native void INTERNALsolverPush ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.solverPush().

static native void INTERNALsolverReset ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.solverReset().

static native void INTERNALsolverSetParams ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.solverSetParams().

static native String INTERNALsolverToString ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.solverToString().

static native long INTERNALsortToAst ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.sortToAst().

static native String INTERNALsortToString ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.sortToString().

static native String INTERNALstatisticsToString ( long  a0)
staticprotected
static native void INTERNALstatsDecRef ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.statsDecRef().

static native double INTERNALstatsGetDoubleValue ( long  a0,
long  a1,
int  a2 
)
staticprotected
static native String INTERNALstatsGetKey ( long  a0,
long  a1,
int  a2 
)
staticprotected

Referenced by Native.statsGetKey().

static native int INTERNALstatsGetUintValue ( long  a0,
long  a1,
int  a2 
)
staticprotected
static native void INTERNALstatsIncRef ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.statsIncRef().

static native boolean INTERNALstatsIsDouble ( long  a0,
long  a1,
int  a2 
)
staticprotected

Referenced by Native.statsIsDouble().

static native boolean INTERNALstatsIsUint ( long  a0,
long  a1,
int  a2 
)
staticprotected

Referenced by Native.statsIsUint().

static native int INTERNALstatsSize ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.statsSize().

static native String INTERNALstatsToString ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.statsToString().

static native long INTERNALsubstitute ( long  a0,
long  a1,
int  a2,
long[]  a3,
long[]  a4 
)
staticprotected

Referenced by Native.substitute().

static native long INTERNALsubstituteVars ( long  a0,
long  a1,
int  a2,
long[]  a3 
)
staticprotected

Referenced by Native.substituteVars().

static native long INTERNALtacticAndThen ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.tacticAndThen().

static native long INTERNALtacticApply ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.tacticApply().

static native long INTERNALtacticApplyEx ( long  a0,
long  a1,
long  a2,
long  a3 
)
staticprotected

Referenced by Native.tacticApplyEx().

static native long INTERNALtacticCond ( long  a0,
long  a1,
long  a2,
long  a3 
)
staticprotected

Referenced by Native.tacticCond().

static native void INTERNALtacticDecRef ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.tacticDecRef().

static native long INTERNALtacticFail ( long  a0)
staticprotected

Referenced by Native.tacticFail().

static native long INTERNALtacticFailIf ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.tacticFailIf().

static native long INTERNALtacticFailIfNotDecided ( long  a0)
staticprotected
static native String INTERNALtacticGetDescr ( long  a0,
String  a1 
)
staticprotected

Referenced by Native.tacticGetDescr().

static native String INTERNALtacticGetHelp ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.tacticGetHelp().

static native long INTERNALtacticGetParamDescrs ( long  a0,
long  a1 
)
staticprotected
static native void INTERNALtacticIncRef ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.tacticIncRef().

static native long INTERNALtacticOrElse ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.tacticOrElse().

static native long INTERNALtacticParAndThen ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.tacticParAndThen().

static native long INTERNALtacticParOr ( long  a0,
int  a1,
long[]  a2 
)
staticprotected

Referenced by Native.tacticParOr().

static native long INTERNALtacticRepeat ( long  a0,
long  a1,
int  a2 
)
staticprotected

Referenced by Native.tacticRepeat().

static native long INTERNALtacticSkip ( long  a0)
staticprotected

Referenced by Native.tacticSkip().

static native long INTERNALtacticTryFor ( long  a0,
long  a1,
int  a2 
)
staticprotected

Referenced by Native.tacticTryFor().

static native long INTERNALtacticUsingParams ( long  a0,
long  a1,
long  a2 
)
staticprotected
static native long INTERNALtacticWhen ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.tacticWhen().

static native long INTERNALtoApp ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.toApp().

static native long INTERNALtoFuncDecl ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.toFuncDecl().

static native void INTERNALtoggleWarningMessages ( boolean  a0)
staticprotected
static native long INTERNALtranslate ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.translate().

static native void INTERNALupdateParamValue ( long  a0,
String  a1,
String  a2 
)
staticprotected

Referenced by Native.updateParamValue().

static native long INTERNALupdateTerm ( long  a0,
long  a1,
int  a2,
long[]  a3 
)
staticprotected

Referenced by Native.updateTerm().

static native void INTERNALwriteInterpolationProblem ( long  a0,
int  a1,
long[]  a2,
int[]  a3,
String  a4,
int  a5,
long[]  a6 
)
staticprotected
static String interpolationProfile ( long  a0) throws Z3Exception
inlinestatic

Definition at line 5269 of file Native.java.

Referenced by InterpolationContext.InterpolationProfile().

5270  {
5271  String res = INTERNALinterpolationProfile(a0);
5273  if (err != Z3_error_code.Z3_OK)
5274  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5275  return res;
5276  }
static native String INTERNALinterpolationProfile(long a0)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static void interrupt ( long  a0) throws Z3Exception
inlinestatic

Definition at line 699 of file Native.java.

Referenced by Context.interrupt().

700  {
701  INTERNALinterrupt(a0);
703  if (err != Z3_error_code.Z3_OK)
704  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
705  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native void INTERNALinterrupt(long a0)
static final Z3_error_code fromInt(int v)
static boolean isAlgebraicNumber ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 2467 of file Native.java.

Referenced by Expr.isAlgebraicNumber().

2468  {
2469  boolean res = INTERNALisAlgebraicNumber(a0, a1);
2471  if (err != Z3_error_code.Z3_OK)
2472  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2473  return res;
2474  }
static native boolean INTERNALisAlgebraicNumber(long a0, long a1)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static boolean isApp ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 2449 of file Native.java.

Referenced by Expr.isArray(), Expr.isFiniteDomain(), and Expr.isRelation().

2450  {
2451  boolean res = INTERNALisApp(a0, a1);
2453  if (err != Z3_error_code.Z3_OK)
2454  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2455  return res;
2456  }
static native boolean INTERNALisApp(long a0, long a1)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static boolean isArrayValue ( long  a0,
long  a1,
long  a2,
IntPtr  a3 
) throws Z3Exception
inlinestatic

Definition at line 4744 of file Native.java.

4745  {
4746  boolean res = INTERNALisArrayValue(a0, a1, a2, a3);
4748  if (err != Z3_error_code.Z3_OK)
4749  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4750  return res;
4751  }
static native boolean INTERNALisArrayValue(long a0, long a1, long a2, IntPtr a3)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static boolean isAsArray ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 2906 of file Native.java.

Referenced by Model.getFuncInterp().

2907  {
2908  boolean res = INTERNALisAsArray(a0, a1);
2910  if (err != Z3_error_code.Z3_OK)
2911  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2912  return res;
2913  }
static native boolean INTERNALisAsArray(long a0, long a1)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static boolean isEqAst ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 2386 of file Native.java.

2387  {
2388  boolean res = INTERNALisEqAst(a0, a1, a2);
2390  if (err != Z3_error_code.Z3_OK)
2391  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2392  return res;
2393  }
static native boolean INTERNALisEqAst(long a0, long a1, long a2)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static boolean isEqFuncDecl ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 2197 of file Native.java.

2198  {
2199  boolean res = INTERNALisEqFuncDecl(a0, a1, a2);
2201  if (err != Z3_error_code.Z3_OK)
2202  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2203  return res;
2204  }
static native boolean INTERNALisEqFuncDecl(long a0, long a1, long a2)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static boolean isEqSort ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 2053 of file Native.java.

Referenced by Expr.isBool().

2054  {
2055  boolean res = INTERNALisEqSort(a0, a1, a2);
2057  if (err != Z3_error_code.Z3_OK)
2058  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2059  return res;
2060  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native boolean INTERNALisEqSort(long a0, long a1, long a2)
static final Z3_error_code fromInt(int v)
static boolean isNumeralAst ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 2458 of file Native.java.

Referenced by Expr.isInt(), and Expr.isNumeral().

2459  {
2460  boolean res = INTERNALisNumeralAst(a0, a1);
2462  if (err != Z3_error_code.Z3_OK)
2463  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2464  return res;
2465  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native boolean INTERNALisNumeralAst(long a0, long a1)
static final Z3_error_code fromInt(int v)
static boolean isQuantifierForall ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 2638 of file Native.java.

Referenced by Quantifier.isUniversal().

2639  {
2640  boolean res = INTERNALisQuantifierForall(a0, a1);
2642  if (err != Z3_error_code.Z3_OK)
2643  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2644  return res;
2645  }
static native boolean INTERNALisQuantifierForall(long a0, long a1)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static boolean isWellSorted ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 2422 of file Native.java.

Referenced by Expr.isWellSorted().

2423  {
2424  boolean res = INTERNALisWellSorted(a0, a1);
2426  if (err != Z3_error_code.Z3_OK)
2427  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2428  return res;
2429  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native boolean INTERNALisWellSorted(long a0, long a1)
static final Z3_error_code fromInt(int v)
static long mkAdd ( long  a0,
int  a1,
long[]  a2 
) throws Z3Exception
inlinestatic

Definition at line 1144 of file Native.java.

Referenced by Context.mkAdd().

1145  {
1146  long res = INTERNALmkAdd(a0, a1, a2);
1148  if (err != Z3_error_code.Z3_OK)
1149  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1150  return res;
1151  }
static native long INTERNALmkAdd(long a0, int a1, long[] a2)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long mkAnd ( long  a0,
int  a1,
long[]  a2 
) throws Z3Exception
inlinestatic

Definition at line 1126 of file Native.java.

Referenced by Context.mkAnd().

1127  {
1128  long res = INTERNALmkAnd(a0, a1, a2);
1130  if (err != Z3_error_code.Z3_OK)
1131  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1132  return res;
1133  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkAnd(long a0, int a1, long[] a2)
static final Z3_error_code fromInt(int v)
static long mkApp ( long  a0,
long  a1,
int  a2,
long[]  a3 
) throws Z3Exception
inlinestatic

Definition at line 1009 of file Native.java.

1010  {
1011  long res = INTERNALmkApp(a0, a1, a2, a3);
1013  if (err != Z3_error_code.Z3_OK)
1014  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1015  return res;
1016  }
static native long INTERNALmkApp(long a0, long a1, int a2, long[] a3)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long mkArrayDefault ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 1747 of file Native.java.

Referenced by Context.mkTermArray().

1748  {
1749  long res = INTERNALmkArrayDefault(a0, a1);
1751  if (err != Z3_error_code.Z3_OK)
1752  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1753  return res;
1754  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static native long INTERNALmkArrayDefault(long a0, long a1)
static long mkArraySort ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 905 of file Native.java.

906  {
907  long res = INTERNALmkArraySort(a0, a1, a2);
909  if (err != Z3_error_code.Z3_OK)
910  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
911  return res;
912  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkArraySort(long a0, long a1, long a2)
static final Z3_error_code fromInt(int v)
static long mkAstMap ( long  a0) throws Z3Exception
inlinestatic

Definition at line 3582 of file Native.java.

3583  {
3584  long res = INTERNALmkAstMap(a0);
3586  if (err != Z3_error_code.Z3_OK)
3587  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3588  return res;
3589  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkAstMap(long a0)
static final Z3_error_code fromInt(int v)
static long mkAstVector ( long  a0) throws Z3Exception
inlinestatic

Definition at line 3497 of file Native.java.

3498  {
3499  long res = INTERNALmkAstVector(a0);
3501  if (err != Z3_error_code.Z3_OK)
3502  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3503  return res;
3504  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkAstVector(long a0)
static final Z3_error_code fromInt(int v)
static long mkBoolSort ( long  a0) throws Z3Exception
inlinestatic

Definition at line 860 of file Native.java.

Referenced by Expr.isBool().

861  {
862  long res = INTERNALmkBoolSort(a0);
864  if (err != Z3_error_code.Z3_OK)
865  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
866  return res;
867  }
static native long INTERNALmkBoolSort(long a0)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long mkBound ( long  a0,
int  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 1918 of file Native.java.

Referenced by Context.mkBound().

1919  {
1920  long res = INTERNALmkBound(a0, a1, a2);
1922  if (err != Z3_error_code.Z3_OK)
1923  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1924  return res;
1925  }
static native long INTERNALmkBound(long a0, int a1, long a2)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long mkBv2int ( long  a0,
long  a1,
boolean  a2 
) throws Z3Exception
inlinestatic

Definition at line 1630 of file Native.java.

Referenced by Context.mkBV2Int().

1631  {
1632  long res = INTERNALmkBv2int(a0, a1, a2);
1634  if (err != Z3_error_code.Z3_OK)
1635  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1636  return res;
1637  }
static native long INTERNALmkBv2int(long a0, long a1, boolean a2)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long mkBvadd ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 1369 of file Native.java.

Referenced by Context.mkBVAdd().

1370  {
1371  long res = INTERNALmkBvadd(a0, a1, a2);
1373  if (err != Z3_error_code.Z3_OK)
1374  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1375  return res;
1376  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkBvadd(long a0, long a1, long a2)
static final Z3_error_code fromInt(int v)
static long mkBvaddNoOverflow ( long  a0,
long  a1,
long  a2,
boolean  a3 
) throws Z3Exception
inlinestatic

Definition at line 1639 of file Native.java.

Referenced by Context.mkBVAddNoOverflow().

1640  {
1641  long res = INTERNALmkBvaddNoOverflow(a0, a1, a2, a3);
1643  if (err != Z3_error_code.Z3_OK)
1644  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1645  return res;
1646  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkBvaddNoOverflow(long a0, long a1, long a2, boolean a3)
static final Z3_error_code fromInt(int v)
static long mkBvaddNoUnderflow ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 1648 of file Native.java.

Referenced by Context.mkBVAddNoUnderflow().

1649  {
1650  long res = INTERNALmkBvaddNoUnderflow(a0, a1, a2);
1652  if (err != Z3_error_code.Z3_OK)
1653  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1654  return res;
1655  }
static native long INTERNALmkBvaddNoUnderflow(long a0, long a1, long a2)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long mkBvand ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 1306 of file Native.java.

Referenced by Context.mkBVAND().

1307  {
1308  long res = INTERNALmkBvand(a0, a1, a2);
1310  if (err != Z3_error_code.Z3_OK)
1311  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1312  return res;
1313  }
static native long INTERNALmkBvand(long a0, long a1, long a2)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long mkBvashr ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 1576 of file Native.java.

Referenced by Context.mkBVASHR().

1577  {
1578  long res = INTERNALmkBvashr(a0, a1, a2);
1580  if (err != Z3_error_code.Z3_OK)
1581  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1582  return res;
1583  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkBvashr(long a0, long a1, long a2)
static final Z3_error_code fromInt(int v)
static long mkBvlshr ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 1567 of file Native.java.

Referenced by Context.mkBVLSHR().

1568  {
1569  long res = INTERNALmkBvlshr(a0, a1, a2);
1571  if (err != Z3_error_code.Z3_OK)
1572  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1573  return res;
1574  }
static native long INTERNALmkBvlshr(long a0, long a1, long a2)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long mkBvmul ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 1387 of file Native.java.

Referenced by Context.mkBVMul().

1388  {
1389  long res = INTERNALmkBvmul(a0, a1, a2);
1391  if (err != Z3_error_code.Z3_OK)
1392  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1393  return res;
1394  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkBvmul(long a0, long a1, long a2)
static final Z3_error_code fromInt(int v)
static long mkBvmulNoOverflow ( long  a0,
long  a1,
long  a2,
boolean  a3 
) throws Z3Exception
inlinestatic

Definition at line 1693 of file Native.java.

Referenced by Context.mkBVMulNoOverflow().

1694  {
1695  long res = INTERNALmkBvmulNoOverflow(a0, a1, a2, a3);
1697  if (err != Z3_error_code.Z3_OK)
1698  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1699  return res;
1700  }
static native long INTERNALmkBvmulNoOverflow(long a0, long a1, long a2, boolean a3)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long mkBvmulNoUnderflow ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 1702 of file Native.java.

Referenced by Context.mkBVMulNoUnderflow().

1703  {
1704  long res = INTERNALmkBvmulNoUnderflow(a0, a1, a2);
1706  if (err != Z3_error_code.Z3_OK)
1707  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1708  return res;
1709  }
static native long INTERNALmkBvmulNoUnderflow(long a0, long a1, long a2)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long mkBvnand ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 1333 of file Native.java.

Referenced by Context.mkBVNAND().

1334  {
1335  long res = INTERNALmkBvnand(a0, a1, a2);
1337  if (err != Z3_error_code.Z3_OK)
1338  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1339  return res;
1340  }
static native long INTERNALmkBvnand(long a0, long a1, long a2)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long mkBvneg ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 1360 of file Native.java.

Referenced by Context.mkBVNeg().

1361  {
1362  long res = INTERNALmkBvneg(a0, a1);
1364  if (err != Z3_error_code.Z3_OK)
1365  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1366  return res;
1367  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkBvneg(long a0, long a1)
static final Z3_error_code fromInt(int v)
static long mkBvnegNoOverflow ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 1684 of file Native.java.

Referenced by Context.mkBVNegNoOverflow().

1685  {
1686  long res = INTERNALmkBvnegNoOverflow(a0, a1);
1688  if (err != Z3_error_code.Z3_OK)
1689  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1690  return res;
1691  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkBvnegNoOverflow(long a0, long a1)
static final Z3_error_code fromInt(int v)
static long mkBvnor ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 1342 of file Native.java.

Referenced by Context.mkBVNOR().

1343  {
1344  long res = INTERNALmkBvnor(a0, a1, a2);
1346  if (err != Z3_error_code.Z3_OK)
1347  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1348  return res;
1349  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkBvnor(long a0, long a1, long a2)
static final Z3_error_code fromInt(int v)
static long mkBvnot ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 1279 of file Native.java.

Referenced by Context.mkBVNot().

1280  {
1281  long res = INTERNALmkBvnot(a0, a1);
1283  if (err != Z3_error_code.Z3_OK)
1284  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1285  return res;
1286  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkBvnot(long a0, long a1)
static final Z3_error_code fromInt(int v)
static long mkBvor ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 1315 of file Native.java.

Referenced by Context.mkBVOR().

1316  {
1317  long res = INTERNALmkBvor(a0, a1, a2);
1319  if (err != Z3_error_code.Z3_OK)
1320  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1321  return res;
1322  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkBvor(long a0, long a1, long a2)
static final Z3_error_code fromInt(int v)
static long mkBvredand ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 1288 of file Native.java.

Referenced by Context.mkBVRedAND().

1289  {
1290  long res = INTERNALmkBvredand(a0, a1);
1292  if (err != Z3_error_code.Z3_OK)
1293  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1294  return res;
1295  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkBvredand(long a0, long a1)
static final Z3_error_code fromInt(int v)
static long mkBvredor ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 1297 of file Native.java.

Referenced by Context.mkBVRedOR().

1298  {
1299  long res = INTERNALmkBvredor(a0, a1);
1301  if (err != Z3_error_code.Z3_OK)
1302  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1303  return res;
1304  }
static native long INTERNALmkBvredor(long a0, long a1)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long mkBvsdiv ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 1405 of file Native.java.

Referenced by Context.mkBVSDiv().

1406  {
1407  long res = INTERNALmkBvsdiv(a0, a1, a2);
1409  if (err != Z3_error_code.Z3_OK)
1410  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1411  return res;
1412  }
static native long INTERNALmkBvsdiv(long a0, long a1, long a2)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long mkBvsdivNoOverflow ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 1675 of file Native.java.

Referenced by Context.mkBVSDivNoOverflow().

1676  {
1677  long res = INTERNALmkBvsdivNoOverflow(a0, a1, a2);
1679  if (err != Z3_error_code.Z3_OK)
1680  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1681  return res;
1682  }
static native long INTERNALmkBvsdivNoOverflow(long a0, long a1, long a2)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long mkBvsge ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 1486 of file Native.java.

Referenced by Context.mkBVSGE().

1487  {
1488  long res = INTERNALmkBvsge(a0, a1, a2);
1490  if (err != Z3_error_code.Z3_OK)
1491  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1492  return res;
1493  }
static native long INTERNALmkBvsge(long a0, long a1, long a2)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long mkBvsgt ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 1504 of file Native.java.

Referenced by Context.mkBVSGT().

1505  {
1506  long res = INTERNALmkBvsgt(a0, a1, a2);
1508  if (err != Z3_error_code.Z3_OK)
1509  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1510  return res;
1511  }
static native long INTERNALmkBvsgt(long a0, long a1, long a2)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long mkBvshl ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 1558 of file Native.java.

Referenced by Context.mkBVSHL().

1559  {
1560  long res = INTERNALmkBvshl(a0, a1, a2);
1562  if (err != Z3_error_code.Z3_OK)
1563  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1564  return res;
1565  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkBvshl(long a0, long a1, long a2)
static final Z3_error_code fromInt(int v)
static long mkBvsle ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 1468 of file Native.java.

Referenced by Context.mkBVSLE().

1469  {
1470  long res = INTERNALmkBvsle(a0, a1, a2);
1472  if (err != Z3_error_code.Z3_OK)
1473  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1474  return res;
1475  }
static native long INTERNALmkBvsle(long a0, long a1, long a2)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long mkBvslt ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 1450 of file Native.java.

Referenced by Context.mkBVSLT().

1451  {
1452  long res = INTERNALmkBvslt(a0, a1, a2);
1454  if (err != Z3_error_code.Z3_OK)
1455  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1456  return res;
1457  }
static native long INTERNALmkBvslt(long a0, long a1, long a2)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long mkBvsmod ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 1432 of file Native.java.

Referenced by Context.mkBVSMod().

1433  {
1434  long res = INTERNALmkBvsmod(a0, a1, a2);
1436  if (err != Z3_error_code.Z3_OK)
1437  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1438  return res;
1439  }
static native long INTERNALmkBvsmod(long a0, long a1, long a2)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long mkBvSort ( long  a0,
int  a1 
) throws Z3Exception
inlinestatic

Definition at line 887 of file Native.java.

Referenced by Context.mkBitVecSort().

888  {
889  long res = INTERNALmkBvSort(a0, a1);
891  if (err != Z3_error_code.Z3_OK)
892  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
893  return res;
894  }
static native long INTERNALmkBvSort(long a0, int a1)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long mkBvsrem ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 1423 of file Native.java.

Referenced by Context.mkBVSRem().

1424  {
1425  long res = INTERNALmkBvsrem(a0, a1, a2);
1427  if (err != Z3_error_code.Z3_OK)
1428  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1429  return res;
1430  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkBvsrem(long a0, long a1, long a2)
static final Z3_error_code fromInt(int v)
static long mkBvsub ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 1378 of file Native.java.

Referenced by Context.mkBVSub().

1379  {
1380  long res = INTERNALmkBvsub(a0, a1, a2);
1382  if (err != Z3_error_code.Z3_OK)
1383  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1384  return res;
1385  }
static native long INTERNALmkBvsub(long a0, long a1, long a2)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long mkBvsubNoOverflow ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 1657 of file Native.java.

Referenced by Context.mkBVSubNoOverflow().

1658  {
1659  long res = INTERNALmkBvsubNoOverflow(a0, a1, a2);
1661  if (err != Z3_error_code.Z3_OK)
1662  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1663  return res;
1664  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkBvsubNoOverflow(long a0, long a1, long a2)
static final Z3_error_code fromInt(int v)
static long mkBvsubNoUnderflow ( long  a0,
long  a1,
long  a2,
boolean  a3 
) throws Z3Exception
inlinestatic

Definition at line 1666 of file Native.java.

Referenced by Context.mkBVSubNoUnderflow().

1667  {
1668  long res = INTERNALmkBvsubNoUnderflow(a0, a1, a2, a3);
1670  if (err != Z3_error_code.Z3_OK)
1671  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1672  return res;
1673  }
static native long INTERNALmkBvsubNoUnderflow(long a0, long a1, long a2, boolean a3)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long mkBvudiv ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 1396 of file Native.java.

Referenced by Context.mkBVUDiv().

1397  {
1398  long res = INTERNALmkBvudiv(a0, a1, a2);
1400  if (err != Z3_error_code.Z3_OK)
1401  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1402  return res;
1403  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native long INTERNALmkBvudiv(long a0, long a1, long a2)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long mkBvuge ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 1477 of file Native.java.

Referenced by Context.mkBVUGE().

1478  {
1479  long res = INTERNALmkBvuge(a0, a1, a2);
1481  if (err != Z3_error_code.Z3_OK)
1482  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1483  return res;
1484  }
static native long INTERNALmkBvuge(long a0, long a1, long a2)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long mkBvugt ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 1495 of file Native.java.

Referenced by Context.mkBVUGT().

1496  {
1497  long res = INTERNALmkBvugt(a0, a1, a2);
1499  if (err != Z3_error_code.Z3_OK)
1500  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1501  return res;
1502  }
static native long INTERNALmkBvugt(long a0, long a1, long a2)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long mkBvule ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 1459 of file Native.java.

Referenced by Context.mkBVULE().

1460  {
1461  long res = INTERNALmkBvule(a0, a1, a2);
1463  if (err != Z3_error_code.Z3_OK)
1464  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1465  return res;
1466  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkBvule(long a0, long a1, long a2)
static final Z3_error_code fromInt(int v)
static long mkBvult ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 1441 of file Native.java.

Referenced by Context.mkBVULT().

1442  {
1443  long res = INTERNALmkBvult(a0, a1, a2);
1445  if (err != Z3_error_code.Z3_OK)
1446  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1447  return res;
1448  }
static native long INTERNALmkBvult(long a0, long a1, long a2)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long mkBvurem ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 1414 of file Native.java.

Referenced by Context.mkBVURem().

1415  {
1416  long res = INTERNALmkBvurem(a0, a1, a2);
1418  if (err != Z3_error_code.Z3_OK)
1419  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1420  return res;
1421  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkBvurem(long a0, long a1, long a2)
static final Z3_error_code fromInt(int v)
static long mkBvxnor ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 1351 of file Native.java.

Referenced by Context.mkBVXNOR().

1352  {
1353  long res = INTERNALmkBvxnor(a0, a1, a2);
1355  if (err != Z3_error_code.Z3_OK)
1356  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1357  return res;
1358  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkBvxnor(long a0, long a1, long a2)
static final Z3_error_code fromInt(int v)
static long mkBvxor ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 1324 of file Native.java.

Referenced by Context.mkBVXOR().

1325  {
1326  long res = INTERNALmkBvxor(a0, a1, a2);
1328  if (err != Z3_error_code.Z3_OK)
1329  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1330  return res;
1331  }
static native long INTERNALmkBvxor(long a0, long a1, long a2)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long mkConcat ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 1513 of file Native.java.

Referenced by Context.mkConcat().

1514  {
1515  long res = INTERNALmkConcat(a0, a1, a2);
1517  if (err != Z3_error_code.Z3_OK)
1518  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1519  return res;
1520  }
static native long INTERNALmkConcat(long a0, long a1, long a2)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long mkConfig ( )
inlinestatic

Definition at line 638 of file Native.java.

Referenced by Context.Context(), and InterpolationContext.InterpolationContext().

639  {
640  long res = INTERNALmkConfig();
641  return res;
642  }
static native long INTERNALmkConfig()
static long mkConst ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 1018 of file Native.java.

Referenced by Context.mkConst().

1019  {
1020  long res = INTERNALmkConst(a0, a1, a2);
1022  if (err != Z3_error_code.Z3_OK)
1023  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1024  return res;
1025  }
static native long INTERNALmkConst(long a0, long a1, long a2)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long mkConstArray ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 1729 of file Native.java.

Referenced by Context.mkConstArray().

1730  {
1731  long res = INTERNALmkConstArray(a0, a1, a2);
1733  if (err != Z3_error_code.Z3_OK)
1734  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1735  return res;
1736  }
static native long INTERNALmkConstArray(long a0, long a1, long a2)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long mkConstructor ( long  a0,
long  a1,
long  a2,
int  a3,
long[]  a4,
long[]  a5,
int[]  a6 
) throws Z3Exception
inlinestatic

Definition at line 941 of file Native.java.

942  {
943  long res = INTERNALmkConstructor(a0, a1, a2, a3, a4, a5, a6);
945  if (err != Z3_error_code.Z3_OK)
946  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
947  return res;
948  }
static native long INTERNALmkConstructor(long a0, long a1, long a2, int a3, long[] a4, long[] a5, int[] a6)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long mkConstructorList ( long  a0,
int  a1,
long[]  a2 
) throws Z3Exception
inlinestatic

Definition at line 967 of file Native.java.

968  {
969  long res = INTERNALmkConstructorList(a0, a1, a2);
971  if (err != Z3_error_code.Z3_OK)
972  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
973  return res;
974  }
static native long INTERNALmkConstructorList(long a0, int a1, long[] a2)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long mkContext ( long  a0) throws Z3Exception
inlinestatic

Definition at line 654 of file Native.java.

655  {
656  long res = INTERNALmkContext(a0);
657  if (res == 0)
658  throw new Z3Exception("Object allocation failed.");
659  return res;
660  }
static native long INTERNALmkContext(long a0)
static long mkContextRc ( long  a0) throws Z3Exception
inlinestatic

Definition at line 662 of file Native.java.

Referenced by Context.Context().

663  {
664  long res = INTERNALmkContextRc(a0);
665  if (res == 0)
666  throw new Z3Exception("Object allocation failed.");
667  return res;
668  }
static native long INTERNALmkContextRc(long a0)
static long mkDatatype ( long  a0,
long  a1,
int  a2,
long[]  a3 
) throws Z3Exception
inlinestatic

Definition at line 958 of file Native.java.

959  {
960  long res = INTERNALmkDatatype(a0, a1, a2, a3);
962  if (err != Z3_error_code.Z3_OK)
963  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
964  return res;
965  }
static native long INTERNALmkDatatype(long a0, long a1, int a2, long[] a3)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static void mkDatatypes ( long  a0,
int  a1,
long[]  a2,
long[]  a3,
long[]  a4 
) throws Z3Exception
inlinestatic

Definition at line 984 of file Native.java.

Referenced by Context.mkDatatypeSorts().

985  {
986  INTERNALmkDatatypes(a0, a1, a2, a3, a4);
988  if (err != Z3_error_code.Z3_OK)
989  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
990  }
static native void INTERNALmkDatatypes(long a0, int a1, long[] a2, long[] a3, long[] a4)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long mkDistinct ( long  a0,
int  a1,
long[]  a2 
) throws Z3Exception
inlinestatic

Definition at line 1072 of file Native.java.

Referenced by Context.mkDistinct().

1073  {
1074  long res = INTERNALmkDistinct(a0, a1, a2);
1076  if (err != Z3_error_code.Z3_OK)
1077  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1078  return res;
1079  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkDistinct(long a0, int a1, long[] a2)
static final Z3_error_code fromInt(int v)
static long mkDiv ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 1180 of file Native.java.

Referenced by Context.mkDiv().

1181  {
1182  long res = INTERNALmkDiv(a0, a1, a2);
1184  if (err != Z3_error_code.Z3_OK)
1185  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1186  return res;
1187  }
static native long INTERNALmkDiv(long a0, long a1, long a2)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long mkEmptySet ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 1765 of file Native.java.

Referenced by Context.mkEmptySet().

1766  {
1767  long res = INTERNALmkEmptySet(a0, a1);
1769  if (err != Z3_error_code.Z3_OK)
1770  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1771  return res;
1772  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkEmptySet(long a0, long a1)
static final Z3_error_code fromInt(int v)
static long mkEnumerationSort ( long  a0,
long  a1,
int  a2,
long[]  a3,
long[]  a4,
long[]  a5 
) throws Z3Exception
inlinestatic

Definition at line 923 of file Native.java.

924  {
925  long res = INTERNALmkEnumerationSort(a0, a1, a2, a3, a4, a5);
927  if (err != Z3_error_code.Z3_OK)
928  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
929  return res;
930  }
static native long INTERNALmkEnumerationSort(long a0, long a1, int a2, long[] a3, long[] a4, long[] a5)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long mkEq ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 1063 of file Native.java.

Referenced by Context.mkEq().

1064  {
1065  long res = INTERNALmkEq(a0, a1, a2);
1067  if (err != Z3_error_code.Z3_OK)
1068  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1069  return res;
1070  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkEq(long a0, long a1, long a2)
static final Z3_error_code fromInt(int v)
static long mkExists ( long  a0,
int  a1,
int  a2,
long[]  a3,
int  a4,
long[]  a5,
long[]  a6,
long  a7 
) throws Z3Exception
inlinestatic

Definition at line 1936 of file Native.java.

1937  {
1938  long res = INTERNALmkExists(a0, a1, a2, a3, a4, a5, a6, a7);
1940  if (err != Z3_error_code.Z3_OK)
1941  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1942  return res;
1943  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkExists(long a0, int a1, int a2, long[] a3, int a4, long[] a5, long[] a6, long a7)
static final Z3_error_code fromInt(int v)
static long mkExistsConst ( long  a0,
int  a1,
int  a2,
long[]  a3,
int  a4,
long[]  a5,
long  a6 
) throws Z3Exception
inlinestatic

Definition at line 1972 of file Native.java.

1973  {
1974  long res = INTERNALmkExistsConst(a0, a1, a2, a3, a4, a5, a6);
1976  if (err != Z3_error_code.Z3_OK)
1977  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1978  return res;
1979  }
static native long INTERNALmkExistsConst(long a0, int a1, int a2, long[] a3, int a4, long[] a5, long a6)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long mkExtract ( long  a0,
int  a1,
int  a2,
long  a3 
) throws Z3Exception
inlinestatic

Definition at line 1522 of file Native.java.

Referenced by Context.mkExtract().

1523  {
1524  long res = INTERNALmkExtract(a0, a1, a2, a3);
1526  if (err != Z3_error_code.Z3_OK)
1527  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1528  return res;
1529  }
static native long INTERNALmkExtract(long a0, int a1, int a2, long a3)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long mkExtRotateLeft ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 1603 of file Native.java.

Referenced by Context.mkBVRotateLeft().

1604  {
1605  long res = INTERNALmkExtRotateLeft(a0, a1, a2);
1607  if (err != Z3_error_code.Z3_OK)
1608  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1609  return res;
1610  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkExtRotateLeft(long a0, long a1, long a2)
static final Z3_error_code fromInt(int v)
static long mkExtRotateRight ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 1612 of file Native.java.

Referenced by Context.mkBVRotateRight().

1613  {
1614  long res = INTERNALmkExtRotateRight(a0, a1, a2);
1616  if (err != Z3_error_code.Z3_OK)
1617  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1618  return res;
1619  }
static native long INTERNALmkExtRotateRight(long a0, long a1, long a2)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long mkFalse ( long  a0) throws Z3Exception
inlinestatic

Definition at line 1054 of file Native.java.

Referenced by Context.mkFalse().

1055  {
1056  long res = INTERNALmkFalse(a0);
1058  if (err != Z3_error_code.Z3_OK)
1059  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1060  return res;
1061  }
static native long INTERNALmkFalse(long a0)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long mkFiniteDomainSort ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 896 of file Native.java.

897  {
898  long res = INTERNALmkFiniteDomainSort(a0, a1, a2);
900  if (err != Z3_error_code.Z3_OK)
901  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
902  return res;
903  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkFiniteDomainSort(long a0, long a1, long a2)
static final Z3_error_code fromInt(int v)
static long mkFixedpoint ( long  a0) throws Z3Exception
inlinestatic

Definition at line 3266 of file Native.java.

3267  {
3268  long res = INTERNALmkFixedpoint(a0);
3270  if (err != Z3_error_code.Z3_OK)
3271  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3272  return res;
3273  }
static native long INTERNALmkFixedpoint(long a0)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long mkForall ( long  a0,
int  a1,
int  a2,
long[]  a3,
int  a4,
long[]  a5,
long[]  a6,
long  a7 
) throws Z3Exception
inlinestatic

Definition at line 1927 of file Native.java.

1928  {
1929  long res = INTERNALmkForall(a0, a1, a2, a3, a4, a5, a6, a7);
1931  if (err != Z3_error_code.Z3_OK)
1932  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1933  return res;
1934  }
static native long INTERNALmkForall(long a0, int a1, int a2, long[] a3, int a4, long[] a5, long[] a6, long a7)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long mkForallConst ( long  a0,
int  a1,
int  a2,
long[]  a3,
int  a4,
long[]  a5,
long  a6 
) throws Z3Exception
inlinestatic

Definition at line 1963 of file Native.java.

1964  {
1965  long res = INTERNALmkForallConst(a0, a1, a2, a3, a4, a5, a6);
1967  if (err != Z3_error_code.Z3_OK)
1968  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1969  return res;
1970  }
static native long INTERNALmkForallConst(long a0, int a1, int a2, long[] a3, int a4, long[] a5, long a6)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long mkFpaAbs ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 5565 of file Native.java.

Referenced by Context.mkFPAbs().

5566  {
5567  long res = INTERNALmkFpaAbs(a0, a1);
5569  if (err != Z3_error_code.Z3_OK)
5570  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5571  return res;
5572  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkFpaAbs(long a0, long a1)
static final Z3_error_code fromInt(int v)
static long mkFpaAdd ( long  a0,
long  a1,
long  a2,
long  a3 
) throws Z3Exception
inlinestatic

Definition at line 5583 of file Native.java.

Referenced by Context.mkFPAdd().

5584  {
5585  long res = INTERNALmkFpaAdd(a0, a1, a2, a3);
5587  if (err != Z3_error_code.Z3_OK)
5588  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5589  return res;
5590  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkFpaAdd(long a0, long a1, long a2, long a3)
static final Z3_error_code fromInt(int v)
static long mkFpaDiv ( long  a0,
long  a1,
long  a2,
long  a3 
) throws Z3Exception
inlinestatic

Definition at line 5610 of file Native.java.

Referenced by Context.mkFPDiv().

5611  {
5612  long res = INTERNALmkFpaDiv(a0, a1, a2, a3);
5614  if (err != Z3_error_code.Z3_OK)
5615  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5616  return res;
5617  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkFpaDiv(long a0, long a1, long a2, long a3)
static final Z3_error_code fromInt(int v)
static long mkFpaEq ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 5709 of file Native.java.

Referenced by Context.mkFPEq().

5710  {
5711  long res = INTERNALmkFpaEq(a0, a1, a2);
5713  if (err != Z3_error_code.Z3_OK)
5714  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5715  return res;
5716  }
static native long INTERNALmkFpaEq(long a0, long a1, long a2)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long mkFpaFma ( long  a0,
long  a1,
long  a2,
long  a3,
long  a4 
) throws Z3Exception
inlinestatic

Definition at line 5619 of file Native.java.

Referenced by Context.mkFPFMA().

5620  {
5621  long res = INTERNALmkFpaFma(a0, a1, a2, a3, a4);
5623  if (err != Z3_error_code.Z3_OK)
5624  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5625  return res;
5626  }
static native long INTERNALmkFpaFma(long a0, long a1, long a2, long a3, long a4)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long mkFpaFp ( long  a0,
long  a1,
long  a2,
long  a3 
) throws Z3Exception
inlinestatic

Definition at line 5511 of file Native.java.

Referenced by Context.mkFP().

5512  {
5513  long res = INTERNALmkFpaFp(a0, a1, a2, a3);
5515  if (err != Z3_error_code.Z3_OK)
5516  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5517  return res;
5518  }
static native long INTERNALmkFpaFp(long a0, long a1, long a2, long a3)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long mkFpaGeq ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 5691 of file Native.java.

Referenced by Context.mkFPGEq().

5692  {
5693  long res = INTERNALmkFpaGeq(a0, a1, a2);
5695  if (err != Z3_error_code.Z3_OK)
5696  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5697  return res;
5698  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkFpaGeq(long a0, long a1, long a2)
static final Z3_error_code fromInt(int v)
static long mkFpaGt ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 5700 of file Native.java.

Referenced by Context.mkFPGt().

5701  {
5702  long res = INTERNALmkFpaGt(a0, a1, a2);
5704  if (err != Z3_error_code.Z3_OK)
5705  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5706  return res;
5707  }
static native long INTERNALmkFpaGt(long a0, long a1, long a2)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long mkFpaInf ( long  a0,
long  a1,
boolean  a2 
) throws Z3Exception
inlinestatic

Definition at line 5493 of file Native.java.

Referenced by Context.mkFPInf().

5494  {
5495  long res = INTERNALmkFpaInf(a0, a1, a2);
5497  if (err != Z3_error_code.Z3_OK)
5498  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5499  return res;
5500  }
static native long INTERNALmkFpaInf(long a0, long a1, boolean a2)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long mkFpaIsInfinite ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 5745 of file Native.java.

Referenced by Context.mkFPIsInfinite().

5746  {
5747  long res = INTERNALmkFpaIsInfinite(a0, a1);
5749  if (err != Z3_error_code.Z3_OK)
5750  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5751  return res;
5752  }
static native long INTERNALmkFpaIsInfinite(long a0, long a1)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long mkFpaIsNan ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 5754 of file Native.java.

Referenced by Context.mkFPIsNaN().

5755  {
5756  long res = INTERNALmkFpaIsNan(a0, a1);
5758  if (err != Z3_error_code.Z3_OK)
5759  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5760  return res;
5761  }
static native long INTERNALmkFpaIsNan(long a0, long a1)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long mkFpaIsNegative ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 5763 of file Native.java.

Referenced by Context.mkFPIsNegative().

5764  {
5765  long res = INTERNALmkFpaIsNegative(a0, a1);
5767  if (err != Z3_error_code.Z3_OK)
5768  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5769  return res;
5770  }
static native long INTERNALmkFpaIsNegative(long a0, long a1)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long mkFpaIsNormal ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 5718 of file Native.java.

Referenced by Context.mkFPIsNormal().

5719  {
5720  long res = INTERNALmkFpaIsNormal(a0, a1);
5722  if (err != Z3_error_code.Z3_OK)
5723  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5724  return res;
5725  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkFpaIsNormal(long a0, long a1)
static final Z3_error_code fromInt(int v)
static long mkFpaIsPositive ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 5772 of file Native.java.

Referenced by Context.mkFPIsPositive().

5773  {
5774  long res = INTERNALmkFpaIsPositive(a0, a1);
5776  if (err != Z3_error_code.Z3_OK)
5777  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5778  return res;
5779  }
static native long INTERNALmkFpaIsPositive(long a0, long a1)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long mkFpaIsSubnormal ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 5727 of file Native.java.

Referenced by Context.mkFPIsSubnormal().

5728  {
5729  long res = INTERNALmkFpaIsSubnormal(a0, a1);
5731  if (err != Z3_error_code.Z3_OK)
5732  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5733  return res;
5734  }
static native long INTERNALmkFpaIsSubnormal(long a0, long a1)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long mkFpaIsZero ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 5736 of file Native.java.

Referenced by Context.mkFPIsZero().

5737  {
5738  long res = INTERNALmkFpaIsZero(a0, a1);
5740  if (err != Z3_error_code.Z3_OK)
5741  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5742  return res;
5743  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkFpaIsZero(long a0, long a1)
static final Z3_error_code fromInt(int v)
static long mkFpaLeq ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 5673 of file Native.java.

Referenced by Context.mkFPLEq().

5674  {
5675  long res = INTERNALmkFpaLeq(a0, a1, a2);
5677  if (err != Z3_error_code.Z3_OK)
5678  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5679  return res;
5680  }
static native long INTERNALmkFpaLeq(long a0, long a1, long a2)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long mkFpaLt ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 5682 of file Native.java.

Referenced by Context.mkFPLt().

5683  {
5684  long res = INTERNALmkFpaLt(a0, a1, a2);
5686  if (err != Z3_error_code.Z3_OK)
5687  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5688  return res;
5689  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkFpaLt(long a0, long a1, long a2)
static final Z3_error_code fromInt(int v)
static long mkFpaMax ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 5664 of file Native.java.

Referenced by Context.mkFPMax().

5665  {
5666  long res = INTERNALmkFpaMax(a0, a1, a2);
5668  if (err != Z3_error_code.Z3_OK)
5669  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5670  return res;
5671  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native long INTERNALmkFpaMax(long a0, long a1, long a2)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long mkFpaMin ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 5655 of file Native.java.

Referenced by Context.mkFPMin().

5656  {
5657  long res = INTERNALmkFpaMin(a0, a1, a2);
5659  if (err != Z3_error_code.Z3_OK)
5660  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5661  return res;
5662  }
static native long INTERNALmkFpaMin(long a0, long a1, long a2)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long mkFpaMul ( long  a0,
long  a1,
long  a2,
long  a3 
) throws Z3Exception
inlinestatic

Definition at line 5601 of file Native.java.

Referenced by Context.mkFPMul().

5602  {
5603  long res = INTERNALmkFpaMul(a0, a1, a2, a3);
5605  if (err != Z3_error_code.Z3_OK)
5606  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5607  return res;
5608  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkFpaMul(long a0, long a1, long a2, long a3)
static final Z3_error_code fromInt(int v)
static long mkFpaNan ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 5484 of file Native.java.

Referenced by Context.mkFPNaN().

5485  {
5486  long res = INTERNALmkFpaNan(a0, a1);
5488  if (err != Z3_error_code.Z3_OK)
5489  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5490  return res;
5491  }
static native long INTERNALmkFpaNan(long a0, long a1)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long mkFpaNeg ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 5574 of file Native.java.

Referenced by Context.mkFPNeg().

5575  {
5576  long res = INTERNALmkFpaNeg(a0, a1);
5578  if (err != Z3_error_code.Z3_OK)
5579  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5580  return res;
5581  }
static native long INTERNALmkFpaNeg(long a0, long a1)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long mkFpaNumeralDouble ( long  a0,
double  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 5529 of file Native.java.

Referenced by Context.mkFPNumeral().

5530  {
5531  long res = INTERNALmkFpaNumeralDouble(a0, a1, a2);
5533  if (err != Z3_error_code.Z3_OK)
5534  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5535  return res;
5536  }
static native long INTERNALmkFpaNumeralDouble(long a0, double a1, long a2)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long mkFpaNumeralFloat ( long  a0,
float  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 5520 of file Native.java.

Referenced by Context.mkFPNumeral().

5521  {
5522  long res = INTERNALmkFpaNumeralFloat(a0, a1, a2);
5524  if (err != Z3_error_code.Z3_OK)
5525  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5526  return res;
5527  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkFpaNumeralFloat(long a0, float a1, long a2)
static final Z3_error_code fromInt(int v)
static long mkFpaNumeralInt ( long  a0,
int  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 5538 of file Native.java.

Referenced by Context.mkFPNumeral().

5539  {
5540  long res = INTERNALmkFpaNumeralInt(a0, a1, a2);
5542  if (err != Z3_error_code.Z3_OK)
5543  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5544  return res;
5545  }
static native long INTERNALmkFpaNumeralInt(long a0, int a1, long a2)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long mkFpaNumeralInt64Uint64 ( long  a0,
boolean  a1,
long  a2,
long  a3,
long  a4 
) throws Z3Exception
inlinestatic

Definition at line 5556 of file Native.java.

Referenced by Context.mkFPNumeral().

5557  {
5558  long res = INTERNALmkFpaNumeralInt64Uint64(a0, a1, a2, a3, a4);
5560  if (err != Z3_error_code.Z3_OK)
5561  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5562  return res;
5563  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native long INTERNALmkFpaNumeralInt64Uint64(long a0, boolean a1, long a2, long a3, long a4)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long mkFpaNumeralIntUint ( long  a0,
boolean  a1,
int  a2,
int  a3,
long  a4 
) throws Z3Exception
inlinestatic

Definition at line 5547 of file Native.java.

Referenced by Context.mkFPNumeral().

5548  {
5549  long res = INTERNALmkFpaNumeralIntUint(a0, a1, a2, a3, a4);
5551  if (err != Z3_error_code.Z3_OK)
5552  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5553  return res;
5554  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkFpaNumeralIntUint(long a0, boolean a1, int a2, int a3, long a4)
static final Z3_error_code fromInt(int v)
static long mkFpaRem ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 5637 of file Native.java.

Referenced by Context.mkFPRem().

5638  {
5639  long res = INTERNALmkFpaRem(a0, a1, a2);
5641  if (err != Z3_error_code.Z3_OK)
5642  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5643  return res;
5644  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkFpaRem(long a0, long a1, long a2)
static final Z3_error_code fromInt(int v)
static long mkFpaRna ( long  a0) throws Z3Exception
inlinestatic

Definition at line 5340 of file Native.java.

Referenced by Context.mkFPRNA().

5341  {
5342  long res = INTERNALmkFpaRna(a0);
5344  if (err != Z3_error_code.Z3_OK)
5345  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5346  return res;
5347  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkFpaRna(long a0)
static final Z3_error_code fromInt(int v)
static long mkFpaRne ( long  a0) throws Z3Exception
inlinestatic

Definition at line 5322 of file Native.java.

Referenced by Context.mkFPRNE().

5323  {
5324  long res = INTERNALmkFpaRne(a0);
5326  if (err != Z3_error_code.Z3_OK)
5327  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5328  return res;
5329  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkFpaRne(long a0)
static final Z3_error_code fromInt(int v)
static long mkFpaRoundingModeSort ( long  a0) throws Z3Exception
inlinestatic

Definition at line 5304 of file Native.java.

Referenced by FPRMSort.FPRMSort().

5305  {
5306  long res = INTERNALmkFpaRoundingModeSort(a0);
5308  if (err != Z3_error_code.Z3_OK)
5309  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5310  return res;
5311  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkFpaRoundingModeSort(long a0)
static final Z3_error_code fromInt(int v)
static long mkFpaRoundNearestTiesToAway ( long  a0) throws Z3Exception
inlinestatic

Definition at line 5331 of file Native.java.

Referenced by Context.mkFPRoundNearestTiesToAway().

5332  {
5333  long res = INTERNALmkFpaRoundNearestTiesToAway(a0);
5335  if (err != Z3_error_code.Z3_OK)
5336  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5337  return res;
5338  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkFpaRoundNearestTiesToAway(long a0)
static final Z3_error_code fromInt(int v)
static long mkFpaRoundNearestTiesToEven ( long  a0) throws Z3Exception
inlinestatic

Definition at line 5313 of file Native.java.

Referenced by Context.mkFPRoundNearestTiesToEven().

5314  {
5315  long res = INTERNALmkFpaRoundNearestTiesToEven(a0);
5317  if (err != Z3_error_code.Z3_OK)
5318  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5319  return res;
5320  }
static native long INTERNALmkFpaRoundNearestTiesToEven(long a0)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long mkFpaRoundToIntegral ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 5646 of file Native.java.

Referenced by Context.mkFPRoundToIntegral().

5647  {
5648  long res = INTERNALmkFpaRoundToIntegral(a0, a1, a2);
5650  if (err != Z3_error_code.Z3_OK)
5651  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5652  return res;
5653  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native long INTERNALmkFpaRoundToIntegral(long a0, long a1, long a2)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long mkFpaRoundTowardNegative ( long  a0) throws Z3Exception
inlinestatic

Definition at line 5367 of file Native.java.

Referenced by Context.mkFPRoundTowardNegative().

5368  {
5369  long res = INTERNALmkFpaRoundTowardNegative(a0);
5371  if (err != Z3_error_code.Z3_OK)
5372  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5373  return res;
5374  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkFpaRoundTowardNegative(long a0)
static final Z3_error_code fromInt(int v)
static long mkFpaRoundTowardPositive ( long  a0) throws Z3Exception
inlinestatic

Definition at line 5349 of file Native.java.

Referenced by Context.mkFPRoundTowardPositive().

5350  {
5351  long res = INTERNALmkFpaRoundTowardPositive(a0);
5353  if (err != Z3_error_code.Z3_OK)
5354  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5355  return res;
5356  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native long INTERNALmkFpaRoundTowardPositive(long a0)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long mkFpaRoundTowardZero ( long  a0) throws Z3Exception
inlinestatic

Definition at line 5385 of file Native.java.

Referenced by Context.mkFPRoundTowardZero().

5386  {
5387  long res = INTERNALmkFpaRoundTowardZero(a0);
5389  if (err != Z3_error_code.Z3_OK)
5390  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5391  return res;
5392  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkFpaRoundTowardZero(long a0)
static final Z3_error_code fromInt(int v)
static long mkFpaRtn ( long  a0) throws Z3Exception
inlinestatic

Definition at line 5376 of file Native.java.

Referenced by Context.mkFPRTN().

5377  {
5378  long res = INTERNALmkFpaRtn(a0);
5380  if (err != Z3_error_code.Z3_OK)
5381  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5382  return res;
5383  }
static native long INTERNALmkFpaRtn(long a0)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long mkFpaRtp ( long  a0) throws Z3Exception
inlinestatic

Definition at line 5358 of file Native.java.

Referenced by Context.mkFPRTP().

5359  {
5360  long res = INTERNALmkFpaRtp(a0);
5362  if (err != Z3_error_code.Z3_OK)
5363  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5364  return res;
5365  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkFpaRtp(long a0)
static final Z3_error_code fromInt(int v)
static long mkFpaRtz ( long  a0) throws Z3Exception
inlinestatic

Definition at line 5394 of file Native.java.

Referenced by Context.mkFPRTZ().

5395  {
5396  long res = INTERNALmkFpaRtz(a0);
5398  if (err != Z3_error_code.Z3_OK)
5399  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5400  return res;
5401  }
static native long INTERNALmkFpaRtz(long a0)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long mkFpaSort ( long  a0,
int  a1,
int  a2 
) throws Z3Exception
inlinestatic

Definition at line 5403 of file Native.java.

Referenced by FPSort.FPSort().

5404  {
5405  long res = INTERNALmkFpaSort(a0, a1, a2);
5407  if (err != Z3_error_code.Z3_OK)
5408  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5409  return res;
5410  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkFpaSort(long a0, int a1, int a2)
static final Z3_error_code fromInt(int v)
static long mkFpaSort128 ( long  a0) throws Z3Exception
inlinestatic

Definition at line 5475 of file Native.java.

Referenced by Context.mkFPSort128().

5476  {
5477  long res = INTERNALmkFpaSort128(a0);
5479  if (err != Z3_error_code.Z3_OK)
5480  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5481  return res;
5482  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkFpaSort128(long a0)
static final Z3_error_code fromInt(int v)
static long mkFpaSort16 ( long  a0) throws Z3Exception
inlinestatic

Definition at line 5421 of file Native.java.

Referenced by Context.mkFPSort16().

5422  {
5423  long res = INTERNALmkFpaSort16(a0);
5425  if (err != Z3_error_code.Z3_OK)
5426  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5427  return res;
5428  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkFpaSort16(long a0)
static final Z3_error_code fromInt(int v)
static long mkFpaSort32 ( long  a0) throws Z3Exception
inlinestatic

Definition at line 5439 of file Native.java.

Referenced by Context.mkFPSort32().

5440  {
5441  long res = INTERNALmkFpaSort32(a0);
5443  if (err != Z3_error_code.Z3_OK)
5444  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5445  return res;
5446  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkFpaSort32(long a0)
static final Z3_error_code fromInt(int v)
static long mkFpaSort64 ( long  a0) throws Z3Exception
inlinestatic

Definition at line 5457 of file Native.java.

Referenced by Context.mkFPSort64().

5458  {
5459  long res = INTERNALmkFpaSort64(a0);
5461  if (err != Z3_error_code.Z3_OK)
5462  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5463  return res;
5464  }
static native long INTERNALmkFpaSort64(long a0)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long mkFpaSortDouble ( long  a0) throws Z3Exception
inlinestatic

Definition at line 5448 of file Native.java.

Referenced by Context.mkFPSortDouble().

5449  {
5450  long res = INTERNALmkFpaSortDouble(a0);
5452  if (err != Z3_error_code.Z3_OK)
5453  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5454  return res;
5455  }
static native long INTERNALmkFpaSortDouble(long a0)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long mkFpaSortHalf ( long  a0) throws Z3Exception
inlinestatic

Definition at line 5412 of file Native.java.

Referenced by Context.mkFPSortHalf().

5413  {
5414  long res = INTERNALmkFpaSortHalf(a0);
5416  if (err != Z3_error_code.Z3_OK)
5417  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5418  return res;
5419  }
static native long INTERNALmkFpaSortHalf(long a0)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long mkFpaSortQuadruple ( long  a0) throws Z3Exception
inlinestatic

Definition at line 5466 of file Native.java.

Referenced by Context.mkFPSortQuadruple().

5467  {
5468  long res = INTERNALmkFpaSortQuadruple(a0);
5470  if (err != Z3_error_code.Z3_OK)
5471  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5472  return res;
5473  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static native long INTERNALmkFpaSortQuadruple(long a0)
static long mkFpaSortSingle ( long  a0) throws Z3Exception
inlinestatic

Definition at line 5430 of file Native.java.

Referenced by Context.mkFPSortSingle().

5431  {
5432  long res = INTERNALmkFpaSortSingle(a0);
5434  if (err != Z3_error_code.Z3_OK)
5435  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5436  return res;
5437  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkFpaSortSingle(long a0)
static final Z3_error_code fromInt(int v)
static long mkFpaSqrt ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 5628 of file Native.java.

Referenced by Context.mkFPSqrt().

5629  {
5630  long res = INTERNALmkFpaSqrt(a0, a1, a2);
5632  if (err != Z3_error_code.Z3_OK)
5633  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5634  return res;
5635  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkFpaSqrt(long a0, long a1, long a2)
static final Z3_error_code fromInt(int v)
static long mkFpaSub ( long  a0,
long  a1,
long  a2,
long  a3 
) throws Z3Exception
inlinestatic

Definition at line 5592 of file Native.java.

Referenced by Context.mkFPSub().

5593  {
5594  long res = INTERNALmkFpaSub(a0, a1, a2, a3);
5596  if (err != Z3_error_code.Z3_OK)
5597  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5598  return res;
5599  }
static native long INTERNALmkFpaSub(long a0, long a1, long a2, long a3)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long mkFpaToFpBv ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 5781 of file Native.java.

Referenced by Context.mkFPToFP().

5782  {
5783  long res = INTERNALmkFpaToFpBv(a0, a1, a2);
5785  if (err != Z3_error_code.Z3_OK)
5786  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5787  return res;
5788  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkFpaToFpBv(long a0, long a1, long a2)
static final Z3_error_code fromInt(int v)
static long mkFpaToFpFloat ( long  a0,
long  a1,
long  a2,
long  a3 
) throws Z3Exception
inlinestatic

Definition at line 5790 of file Native.java.

Referenced by Context.mkFPToFP().

5791  {
5792  long res = INTERNALmkFpaToFpFloat(a0, a1, a2, a3);
5794  if (err != Z3_error_code.Z3_OK)
5795  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5796  return res;
5797  }
static native long INTERNALmkFpaToFpFloat(long a0, long a1, long a2, long a3)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long mkFpaToFpIntReal ( long  a0,
long  a1,
long  a2,
long  a3,
long  a4 
) throws Z3Exception
inlinestatic

Definition at line 5916 of file Native.java.

Referenced by Context.mkFPToFP().

5917  {
5918  long res = INTERNALmkFpaToFpIntReal(a0, a1, a2, a3, a4);
5920  if (err != Z3_error_code.Z3_OK)
5921  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5922  return res;
5923  }
static native long INTERNALmkFpaToFpIntReal(long a0, long a1, long a2, long a3, long a4)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long mkFpaToFpReal ( long  a0,
long  a1,
long  a2,
long  a3 
) throws Z3Exception
inlinestatic

Definition at line 5799 of file Native.java.

Referenced by Context.mkFPToFP().

5800  {
5801  long res = INTERNALmkFpaToFpReal(a0, a1, a2, a3);
5803  if (err != Z3_error_code.Z3_OK)
5804  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5805  return res;
5806  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkFpaToFpReal(long a0, long a1, long a2, long a3)
static final Z3_error_code fromInt(int v)
static long mkFpaToFpSigned ( long  a0,
long  a1,
long  a2,
long  a3 
) throws Z3Exception
inlinestatic

Definition at line 5808 of file Native.java.

Referenced by Context.mkFPToFP().

5809  {
5810  long res = INTERNALmkFpaToFpSigned(a0, a1, a2, a3);
5812  if (err != Z3_error_code.Z3_OK)
5813  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5814  return res;
5815  }
static native long INTERNALmkFpaToFpSigned(long a0, long a1, long a2, long a3)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long mkFpaToFpUnsigned ( long  a0,
long  a1,
long  a2,
long  a3 
) throws Z3Exception
inlinestatic

Definition at line 5817 of file Native.java.

Referenced by Context.mkFPToFP().

5818  {
5819  long res = INTERNALmkFpaToFpUnsigned(a0, a1, a2, a3);
5821  if (err != Z3_error_code.Z3_OK)
5822  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5823  return res;
5824  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkFpaToFpUnsigned(long a0, long a1, long a2, long a3)
static final Z3_error_code fromInt(int v)
static long mkFpaToIeeeBv ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 5907 of file Native.java.

Referenced by Context.mkFPToIEEEBV().

5908  {
5909  long res = INTERNALmkFpaToIeeeBv(a0, a1);
5911  if (err != Z3_error_code.Z3_OK)
5912  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5913  return res;
5914  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkFpaToIeeeBv(long a0, long a1)
static final Z3_error_code fromInt(int v)
static long mkFpaToReal ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 5844 of file Native.java.

Referenced by Context.mkFPToReal().

5845  {
5846  long res = INTERNALmkFpaToReal(a0, a1);
5848  if (err != Z3_error_code.Z3_OK)
5849  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5850  return res;
5851  }
static native long INTERNALmkFpaToReal(long a0, long a1)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long mkFpaToSbv ( long  a0,
long  a1,
long  a2,
int  a3 
) throws Z3Exception
inlinestatic

Definition at line 5835 of file Native.java.

Referenced by Context.mkFPToBV().

5836  {
5837  long res = INTERNALmkFpaToSbv(a0, a1, a2, a3);
5839  if (err != Z3_error_code.Z3_OK)
5840  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5841  return res;
5842  }
static native long INTERNALmkFpaToSbv(long a0, long a1, long a2, int a3)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long mkFpaToUbv ( long  a0,
long  a1,
long  a2,
int  a3 
) throws Z3Exception
inlinestatic

Definition at line 5826 of file Native.java.

Referenced by Context.mkFPToBV().

5827  {
5828  long res = INTERNALmkFpaToUbv(a0, a1, a2, a3);
5830  if (err != Z3_error_code.Z3_OK)
5831  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5832  return res;
5833  }
static native long INTERNALmkFpaToUbv(long a0, long a1, long a2, int a3)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long mkFpaZero ( long  a0,
long  a1,
boolean  a2 
) throws Z3Exception
inlinestatic

Definition at line 5502 of file Native.java.

Referenced by Context.mkFPZero().

5503  {
5504  long res = INTERNALmkFpaZero(a0, a1, a2);
5506  if (err != Z3_error_code.Z3_OK)
5507  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5508  return res;
5509  }
static native long INTERNALmkFpaZero(long a0, long a1, boolean a2)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long mkFreshConst ( long  a0,
String  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 1036 of file Native.java.

Referenced by Context.mkFreshConst().

1037  {
1038  long res = INTERNALmkFreshConst(a0, a1, a2);
1040  if (err != Z3_error_code.Z3_OK)
1041  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1042  return res;
1043  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkFreshConst(long a0, String a1, long a2)
static final Z3_error_code fromInt(int v)
static long mkFreshFuncDecl ( long  a0,
String  a1,
int  a2,
long[]  a3,
long  a4 
) throws Z3Exception
inlinestatic

Definition at line 1027 of file Native.java.

1028  {
1029  long res = INTERNALmkFreshFuncDecl(a0, a1, a2, a3, a4);
1031  if (err != Z3_error_code.Z3_OK)
1032  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1033  return res;
1034  }
static native long INTERNALmkFreshFuncDecl(long a0, String a1, int a2, long[] a3, long a4)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long mkFullSet ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 1774 of file Native.java.

Referenced by Context.mkFullSet().

1775  {
1776  long res = INTERNALmkFullSet(a0, a1);
1778  if (err != Z3_error_code.Z3_OK)
1779  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1780  return res;
1781  }
static native long INTERNALmkFullSet(long a0, long a1)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long mkFuncDecl ( long  a0,
long  a1,
int  a2,
long[]  a3,
long  a4 
) throws Z3Exception
inlinestatic

Definition at line 1000 of file Native.java.

1001  {
1002  long res = INTERNALmkFuncDecl(a0, a1, a2, a3, a4);
1004  if (err != Z3_error_code.Z3_OK)
1005  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1006  return res;
1007  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkFuncDecl(long a0, long a1, int a2, long[] a3, long a4)
static final Z3_error_code fromInt(int v)
static long mkGe ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 1243 of file Native.java.

Referenced by Context.mkGe().

1244  {
1245  long res = INTERNALmkGe(a0, a1, a2);
1247  if (err != Z3_error_code.Z3_OK)
1248  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1249  return res;
1250  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkGe(long a0, long a1, long a2)
static final Z3_error_code fromInt(int v)
static long mkGoal ( long  a0,
boolean  a1,
boolean  a2,
boolean  a3 
) throws Z3Exception
inlinestatic

Definition at line 3676 of file Native.java.

3677  {
3678  long res = INTERNALmkGoal(a0, a1, a2, a3);
3680  if (err != Z3_error_code.Z3_OK)
3681  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3682  return res;
3683  }
static native long INTERNALmkGoal(long a0, boolean a1, boolean a2, boolean a3)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long mkGt ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 1234 of file Native.java.

Referenced by Context.mkGt().

1235  {
1236  long res = INTERNALmkGt(a0, a1, a2);
1238  if (err != Z3_error_code.Z3_OK)
1239  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1240  return res;
1241  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkGt(long a0, long a1, long a2)
static final Z3_error_code fromInt(int v)
static long mkIff ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 1099 of file Native.java.

Referenced by Context.mkIff().

1100  {
1101  long res = INTERNALmkIff(a0, a1, a2);
1103  if (err != Z3_error_code.Z3_OK)
1104  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1105  return res;
1106  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkIff(long a0, long a1, long a2)
static final Z3_error_code fromInt(int v)
static long mkImplies ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 1108 of file Native.java.

Referenced by Context.mkImplies().

1109  {
1110  long res = INTERNALmkImplies(a0, a1, a2);
1112  if (err != Z3_error_code.Z3_OK)
1113  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1114  return res;
1115  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkImplies(long a0, long a1, long a2)
static final Z3_error_code fromInt(int v)
static long mkInjectiveFunction ( long  a0,
long  a1,
int  a2,
long[]  a3,
long  a4 
) throws Z3Exception
inlinestatic

Definition at line 4493 of file Native.java.

4494  {
4495  long res = INTERNALmkInjectiveFunction(a0, a1, a2, a3, a4);
4497  if (err != Z3_error_code.Z3_OK)
4498  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4499  return res;
4500  }
static native long INTERNALmkInjectiveFunction(long a0, long a1, int a2, long[] a3, long a4)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long mkInt ( long  a0,
int  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 1873 of file Native.java.

Referenced by Context.mkInt(), Context.mkNumeral(), and Context.mkReal().

1874  {
1875  long res = INTERNALmkInt(a0, a1, a2);
1877  if (err != Z3_error_code.Z3_OK)
1878  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1879  return res;
1880  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkInt(long a0, int a1, long a2)
static final Z3_error_code fromInt(int v)
static long mkInt2bv ( long  a0,
int  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 1621 of file Native.java.

Referenced by Context.mkInt2BV().

1622  {
1623  long res = INTERNALmkInt2bv(a0, a1, a2);
1625  if (err != Z3_error_code.Z3_OK)
1626  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1627  return res;
1628  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkInt2bv(long a0, int a1, long a2)
static final Z3_error_code fromInt(int v)
static long mkInt2real ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 1252 of file Native.java.

Referenced by Context.mkInt2Real().

1253  {
1254  long res = INTERNALmkInt2real(a0, a1);
1256  if (err != Z3_error_code.Z3_OK)
1257  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1258  return res;
1259  }
static native long INTERNALmkInt2real(long a0, long a1)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long mkInt64 ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 1891 of file Native.java.

Referenced by Context.mkInt(), Context.mkNumeral(), and Context.mkReal().

1892  {
1893  long res = INTERNALmkInt64(a0, a1, a2);
1895  if (err != Z3_error_code.Z3_OK)
1896  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1897  return res;
1898  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkInt64(long a0, long a1, long a2)
static final Z3_error_code fromInt(int v)
static long mkInterpolant ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 5236 of file Native.java.

Referenced by InterpolationContext.MkInterpolant().

5237  {
5238  long res = INTERNALmkInterpolant(a0, a1);
5240  if (err != Z3_error_code.Z3_OK)
5241  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5242  return res;
5243  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native long INTERNALmkInterpolant(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long mkInterpolationContext ( long  a0)
inlinestatic

Definition at line 5245 of file Native.java.

Referenced by InterpolationContext.InterpolationContext().

5246  {
5247  long res = INTERNALmkInterpolationContext(a0);
5248  return res;
5249  }
static native long INTERNALmkInterpolationContext(long a0)
static long mkIntSort ( long  a0) throws Z3Exception
inlinestatic

Definition at line 869 of file Native.java.

870  {
871  long res = INTERNALmkIntSort(a0);
873  if (err != Z3_error_code.Z3_OK)
874  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
875  return res;
876  }
static native long INTERNALmkIntSort(long a0)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long mkIntSymbol ( long  a0,
int  a1 
) throws Z3Exception
inlinestatic

Definition at line 833 of file Native.java.

834  {
835  long res = INTERNALmkIntSymbol(a0, a1);
837  if (err != Z3_error_code.Z3_OK)
838  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
839  return res;
840  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkIntSymbol(long a0, int a1)
static final Z3_error_code fromInt(int v)
static long mkIsInt ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 1270 of file Native.java.

Referenced by Context.mkIsInteger().

1271  {
1272  long res = INTERNALmkIsInt(a0, a1);
1274  if (err != Z3_error_code.Z3_OK)
1275  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1276  return res;
1277  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native long INTERNALmkIsInt(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long mkIte ( long  a0,
long  a1,
long  a2,
long  a3 
) throws Z3Exception
inlinestatic

Definition at line 1090 of file Native.java.

Referenced by Context.mkITE().

1091  {
1092  long res = INTERNALmkIte(a0, a1, a2, a3);
1094  if (err != Z3_error_code.Z3_OK)
1095  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1096  return res;
1097  }
static native long INTERNALmkIte(long a0, long a1, long a2, long a3)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long mkLabel ( long  a0,
long  a1,
boolean  a2,
long  a3 
) throws Z3Exception
inlinestatic

Definition at line 4612 of file Native.java.

4613  {
4614  long res = INTERNALmkLabel(a0, a1, a2, a3);
4616  if (err != Z3_error_code.Z3_OK)
4617  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4618  return res;
4619  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkLabel(long a0, long a1, boolean a2, long a3)
static final Z3_error_code fromInt(int v)
static long mkLe ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 1225 of file Native.java.

Referenced by Context.mkLe().

1226  {
1227  long res = INTERNALmkLe(a0, a1, a2);
1229  if (err != Z3_error_code.Z3_OK)
1230  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1231  return res;
1232  }
static native long INTERNALmkLe(long a0, long a1, long a2)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long mkListSort ( long  a0,
long  a1,
long  a2,
LongPtr  a3,
LongPtr  a4,
LongPtr  a5,
LongPtr  a6,
LongPtr  a7,
LongPtr  a8 
) throws Z3Exception
inlinestatic

Definition at line 932 of file Native.java.

933  {
934  long res = INTERNALmkListSort(a0, a1, a2, a3, a4, a5, a6, a7, a8);
936  if (err != Z3_error_code.Z3_OK)
937  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
938  return res;
939  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkListSort(long a0, long a1, long a2, LongPtr a3, LongPtr a4, LongPtr a5, LongPtr a6, LongPtr a7, LongPtr a8)
static final Z3_error_code fromInt(int v)
static long mkLt ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 1216 of file Native.java.

Referenced by Context.mkLt().

1217  {
1218  long res = INTERNALmkLt(a0, a1, a2);
1220  if (err != Z3_error_code.Z3_OK)
1221  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1222  return res;
1223  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkLt(long a0, long a1, long a2)
static final Z3_error_code fromInt(int v)
static long mkMap ( long  a0,
long  a1,
int  a2,
long[]  a3 
) throws Z3Exception
inlinestatic

Definition at line 1738 of file Native.java.

Referenced by Context.mkMap().

1739  {
1740  long res = INTERNALmkMap(a0, a1, a2, a3);
1742  if (err != Z3_error_code.Z3_OK)
1743  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1744  return res;
1745  }
static native long INTERNALmkMap(long a0, long a1, int a2, long[] a3)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long mkMod ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 1189 of file Native.java.

Referenced by Context.mkMod().

1190  {
1191  long res = INTERNALmkMod(a0, a1, a2);
1193  if (err != Z3_error_code.Z3_OK)
1194  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1195  return res;
1196  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkMod(long a0, long a1, long a2)
static final Z3_error_code fromInt(int v)
static long mkMul ( long  a0,
int  a1,
long[]  a2 
) throws Z3Exception
inlinestatic

Definition at line 1153 of file Native.java.

Referenced by Context.mkMul().

1154  {
1155  long res = INTERNALmkMul(a0, a1, a2);
1157  if (err != Z3_error_code.Z3_OK)
1158  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1159  return res;
1160  }
static native long INTERNALmkMul(long a0, int a1, long[] a2)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long mkNot ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 1081 of file Native.java.

Referenced by Context.mkNot().

1082  {
1083  long res = INTERNALmkNot(a0, a1);
1085  if (err != Z3_error_code.Z3_OK)
1086  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1087  return res;
1088  }
static native long INTERNALmkNot(long a0, long a1)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long mkNumeral ( long  a0,
String  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 1855 of file Native.java.

Referenced by Context.mkInt(), Context.mkNumeral(), and Context.mkReal().

1856  {
1857  long res = INTERNALmkNumeral(a0, a1, a2);
1859  if (err != Z3_error_code.Z3_OK)
1860  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1861  return res;
1862  }
static native long INTERNALmkNumeral(long a0, String a1, long a2)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long mkOr ( long  a0,
int  a1,
long[]  a2 
) throws Z3Exception
inlinestatic

Definition at line 1135 of file Native.java.

Referenced by Context.mkOr().

1136  {
1137  long res = INTERNALmkOr(a0, a1, a2);
1139  if (err != Z3_error_code.Z3_OK)
1140  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1141  return res;
1142  }
static native long INTERNALmkOr(long a0, int a1, long[] a2)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long mkParams ( long  a0) throws Z3Exception
inlinestatic

Definition at line 707 of file Native.java.

708  {
709  long res = INTERNALmkParams(a0);
711  if (err != Z3_error_code.Z3_OK)
712  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
713  return res;
714  }
static native long INTERNALmkParams(long a0)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long mkPattern ( long  a0,
int  a1,
long[]  a2 
) throws Z3Exception
inlinestatic

Definition at line 1909 of file Native.java.

Referenced by Context.mkPattern().

1910  {
1911  long res = INTERNALmkPattern(a0, a1, a2);
1913  if (err != Z3_error_code.Z3_OK)
1914  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1915  return res;
1916  }
static native long INTERNALmkPattern(long a0, int a1, long[] a2)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long mkPower ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 1207 of file Native.java.

Referenced by Context.mkPower().

1208  {
1209  long res = INTERNALmkPower(a0, a1, a2);
1211  if (err != Z3_error_code.Z3_OK)
1212  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1213  return res;
1214  }
static native long INTERNALmkPower(long a0, long a1, long a2)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long mkProbe ( long  a0,
String  a1 
) throws Z3Exception
inlinestatic

Definition at line 3832 of file Native.java.

3833  {
3834  long res = INTERNALmkProbe(a0, a1);
3836  if (err != Z3_error_code.Z3_OK)
3837  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3838  return res;
3839  }
static native long INTERNALmkProbe(long a0, String a1)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long mkQuantifier ( long  a0,
boolean  a1,
int  a2,
int  a3,
long[]  a4,
int  a5,
long[]  a6,
long[]  a7,
long  a8 
) throws Z3Exception
inlinestatic

Definition at line 1945 of file Native.java.

1946  {
1947  long res = INTERNALmkQuantifier(a0, a1, a2, a3, a4, a5, a6, a7, a8);
1949  if (err != Z3_error_code.Z3_OK)
1950  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1951  return res;
1952  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkQuantifier(long a0, boolean a1, int a2, int a3, long[] a4, int a5, long[] a6, long[] a7, long a8)
static final Z3_error_code fromInt(int v)
static long mkQuantifierConst ( long  a0,
boolean  a1,
int  a2,
int  a3,
long[]  a4,
int  a5,
long[]  a6,
long  a7 
) throws Z3Exception
inlinestatic

Definition at line 1981 of file Native.java.

1982  {
1983  long res = INTERNALmkQuantifierConst(a0, a1, a2, a3, a4, a5, a6, a7);
1985  if (err != Z3_error_code.Z3_OK)
1986  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1987  return res;
1988  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkQuantifierConst(long a0, boolean a1, int a2, int a3, long[] a4, int a5, long[] a6, long a7)
static final Z3_error_code fromInt(int v)
static long mkQuantifierConstEx ( long  a0,
boolean  a1,
int  a2,
long  a3,
long  a4,
int  a5,
long[]  a6,
int  a7,
long[]  a8,
int  a9,
long[]  a10,
long  a11 
) throws Z3Exception
inlinestatic

Definition at line 1990 of file Native.java.

1991  {
1992  long res = INTERNALmkQuantifierConstEx(a0, a1, a2, a3, a4, a5, a6, a7, a8, a9, a10, a11);
1994  if (err != Z3_error_code.Z3_OK)
1995  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1996  return res;
1997  }
static native long INTERNALmkQuantifierConstEx(long a0, boolean a1, int a2, long a3, long a4, int a5, long[] a6, int a7, long[] a8, int a9, long[] a10, long a11)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long mkQuantifierEx ( long  a0,
boolean  a1,
int  a2,
long  a3,
long  a4,
int  a5,
long[]  a6,
int  a7,
long[]  a8,
int  a9,
long[]  a10,
long[]  a11,
long  a12 
) throws Z3Exception
inlinestatic

Definition at line 1954 of file Native.java.

1955  {
1956  long res = INTERNALmkQuantifierEx(a0, a1, a2, a3, a4, a5, a6, a7, a8, a9, a10, a11, a12);
1958  if (err != Z3_error_code.Z3_OK)
1959  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1960  return res;
1961  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static native long INTERNALmkQuantifierEx(long a0, boolean a1, int a2, long a3, long a4, int a5, long[] a6, int a7, long[] a8, int a9, long[] a10, long[] a11, long a12)
static long mkReal ( long  a0,
int  a1,
int  a2 
) throws Z3Exception
inlinestatic

Definition at line 1864 of file Native.java.

Referenced by Context.mkReal().

1865  {
1866  long res = INTERNALmkReal(a0, a1, a2);
1868  if (err != Z3_error_code.Z3_OK)
1869  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1870  return res;
1871  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkReal(long a0, int a1, int a2)
static final Z3_error_code fromInt(int v)
static long mkReal2int ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 1261 of file Native.java.

Referenced by Context.mkReal2Int().

1262  {
1263  long res = INTERNALmkReal2int(a0, a1);
1265  if (err != Z3_error_code.Z3_OK)
1266  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1267  return res;
1268  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkReal2int(long a0, long a1)
static final Z3_error_code fromInt(int v)
static long mkRealSort ( long  a0) throws Z3Exception
inlinestatic

Definition at line 878 of file Native.java.

879  {
880  long res = INTERNALmkRealSort(a0);
882  if (err != Z3_error_code.Z3_OK)
883  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
884  return res;
885  }
static native long INTERNALmkRealSort(long a0)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long mkRem ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 1198 of file Native.java.

Referenced by Context.mkRem().

1199  {
1200  long res = INTERNALmkRem(a0, a1, a2);
1202  if (err != Z3_error_code.Z3_OK)
1203  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1204  return res;
1205  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkRem(long a0, long a1, long a2)
static final Z3_error_code fromInt(int v)
static long mkRepeat ( long  a0,
int  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 1549 of file Native.java.

Referenced by Context.mkRepeat().

1550  {
1551  long res = INTERNALmkRepeat(a0, a1, a2);
1553  if (err != Z3_error_code.Z3_OK)
1554  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1555  return res;
1556  }
static native long INTERNALmkRepeat(long a0, int a1, long a2)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long mkRotateLeft ( long  a0,
int  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 1585 of file Native.java.

Referenced by Context.mkBVRotateLeft().

1586  {
1587  long res = INTERNALmkRotateLeft(a0, a1, a2);
1589  if (err != Z3_error_code.Z3_OK)
1590  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1591  return res;
1592  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkRotateLeft(long a0, int a1, long a2)
static final Z3_error_code fromInt(int v)
static long mkRotateRight ( long  a0,
int  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 1594 of file Native.java.

Referenced by Context.mkBVRotateRight().

1595  {
1596  long res = INTERNALmkRotateRight(a0, a1, a2);
1598  if (err != Z3_error_code.Z3_OK)
1599  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1600  return res;
1601  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkRotateRight(long a0, int a1, long a2)
static final Z3_error_code fromInt(int v)
static long mkSelect ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 1711 of file Native.java.

Referenced by Context.mkSelect().

1712  {
1713  long res = INTERNALmkSelect(a0, a1, a2);
1715  if (err != Z3_error_code.Z3_OK)
1716  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1717  return res;
1718  }
static native long INTERNALmkSelect(long a0, long a1, long a2)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long mkSetAdd ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 1783 of file Native.java.

Referenced by Context.mkSetAdd().

1784  {
1785  long res = INTERNALmkSetAdd(a0, a1, a2);
1787  if (err != Z3_error_code.Z3_OK)
1788  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1789  return res;
1790  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkSetAdd(long a0, long a1, long a2)
static final Z3_error_code fromInt(int v)
static long mkSetComplement ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 1828 of file Native.java.

Referenced by Context.mkSetComplement().

1829  {
1830  long res = INTERNALmkSetComplement(a0, a1);
1832  if (err != Z3_error_code.Z3_OK)
1833  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1834  return res;
1835  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkSetComplement(long a0, long a1)
static final Z3_error_code fromInt(int v)
static long mkSetDel ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 1792 of file Native.java.

Referenced by Context.mkSetDel().

1793  {
1794  long res = INTERNALmkSetDel(a0, a1, a2);
1796  if (err != Z3_error_code.Z3_OK)
1797  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1798  return res;
1799  }
static native long INTERNALmkSetDel(long a0, long a1, long a2)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long mkSetDifference ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 1819 of file Native.java.

Referenced by Context.mkSetDifference().

1820  {
1821  long res = INTERNALmkSetDifference(a0, a1, a2);
1823  if (err != Z3_error_code.Z3_OK)
1824  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1825  return res;
1826  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkSetDifference(long a0, long a1, long a2)
static final Z3_error_code fromInt(int v)
static long mkSetIntersect ( long  a0,
int  a1,
long[]  a2 
) throws Z3Exception
inlinestatic

Definition at line 1810 of file Native.java.

Referenced by Context.mkSetIntersection().

1811  {
1812  long res = INTERNALmkSetIntersect(a0, a1, a2);
1814  if (err != Z3_error_code.Z3_OK)
1815  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1816  return res;
1817  }
static native long INTERNALmkSetIntersect(long a0, int a1, long[] a2)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long mkSetMember ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 1837 of file Native.java.

Referenced by Context.mkSetMembership().

1838  {
1839  long res = INTERNALmkSetMember(a0, a1, a2);
1841  if (err != Z3_error_code.Z3_OK)
1842  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1843  return res;
1844  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkSetMember(long a0, long a1, long a2)
static final Z3_error_code fromInt(int v)
static long mkSetSort ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 1756 of file Native.java.

1757  {
1758  long res = INTERNALmkSetSort(a0, a1);
1760  if (err != Z3_error_code.Z3_OK)
1761  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1762  return res;
1763  }
static native long INTERNALmkSetSort(long a0, long a1)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long mkSetSubset ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 1846 of file Native.java.

Referenced by Context.mkSetSubset().

1847  {
1848  long res = INTERNALmkSetSubset(a0, a1, a2);
1850  if (err != Z3_error_code.Z3_OK)
1851  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1852  return res;
1853  }
static native long INTERNALmkSetSubset(long a0, long a1, long a2)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long mkSetUnion ( long  a0,
int  a1,
long[]  a2 
) throws Z3Exception
inlinestatic

Definition at line 1801 of file Native.java.

Referenced by Context.mkSetUnion().

1802  {
1803  long res = INTERNALmkSetUnion(a0, a1, a2);
1805  if (err != Z3_error_code.Z3_OK)
1806  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1807  return res;
1808  }
static native long INTERNALmkSetUnion(long a0, int a1, long[] a2)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long mkSignExt ( long  a0,
int  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 1531 of file Native.java.

Referenced by Context.mkSignExt().

1532  {
1533  long res = INTERNALmkSignExt(a0, a1, a2);
1535  if (err != Z3_error_code.Z3_OK)
1536  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1537  return res;
1538  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkSignExt(long a0, int a1, long a2)
static final Z3_error_code fromInt(int v)
static long mkSimpleSolver ( long  a0) throws Z3Exception
inlinestatic

Definition at line 4215 of file Native.java.

Referenced by Context.mkSimpleSolver().

4216  {
4217  long res = INTERNALmkSimpleSolver(a0);
4219  if (err != Z3_error_code.Z3_OK)
4220  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4221  return res;
4222  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkSimpleSolver(long a0)
static final Z3_error_code fromInt(int v)
static long mkSolver ( long  a0) throws Z3Exception
inlinestatic

Definition at line 4206 of file Native.java.

Referenced by Context.mkSolver().

4207  {
4208  long res = INTERNALmkSolver(a0);
4210  if (err != Z3_error_code.Z3_OK)
4211  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4212  return res;
4213  }
static native long INTERNALmkSolver(long a0)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long mkSolverForLogic ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 4224 of file Native.java.

Referenced by Context.mkSolver().

4225  {
4226  long res = INTERNALmkSolverForLogic(a0, a1);
4228  if (err != Z3_error_code.Z3_OK)
4229  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4230  return res;
4231  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkSolverForLogic(long a0, long a1)
static final Z3_error_code fromInt(int v)
static long mkSolverFromTactic ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 4233 of file Native.java.

Referenced by Context.mkSolver().

4234  {
4235  long res = INTERNALmkSolverFromTactic(a0, a1);
4237  if (err != Z3_error_code.Z3_OK)
4238  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4239  return res;
4240  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native long INTERNALmkSolverFromTactic(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long mkStore ( long  a0,
long  a1,
long  a2,
long  a3 
) throws Z3Exception
inlinestatic

Definition at line 1720 of file Native.java.

Referenced by Context.mkStore().

1721  {
1722  long res = INTERNALmkStore(a0, a1, a2, a3);
1724  if (err != Z3_error_code.Z3_OK)
1725  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1726  return res;
1727  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkStore(long a0, long a1, long a2, long a3)
static final Z3_error_code fromInt(int v)
static long mkStringSymbol ( long  a0,
String  a1 
) throws Z3Exception
inlinestatic

Definition at line 842 of file Native.java.

843  {
844  long res = INTERNALmkStringSymbol(a0, a1);
846  if (err != Z3_error_code.Z3_OK)
847  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
848  return res;
849  }
static native long INTERNALmkStringSymbol(long a0, String a1)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long mkSub ( long  a0,
int  a1,
long[]  a2 
) throws Z3Exception
inlinestatic

Definition at line 1162 of file Native.java.

Referenced by Context.mkSub().

1163  {
1164  long res = INTERNALmkSub(a0, a1, a2);
1166  if (err != Z3_error_code.Z3_OK)
1167  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1168  return res;
1169  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native long INTERNALmkSub(long a0, int a1, long[] a2)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long mkTactic ( long  a0,
String  a1 
) throws Z3Exception
inlinestatic

Definition at line 3807 of file Native.java.

3808  {
3809  long res = INTERNALmkTactic(a0, a1);
3811  if (err != Z3_error_code.Z3_OK)
3812  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3813  return res;
3814  }
static native long INTERNALmkTactic(long a0, String a1)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long mkTrue ( long  a0) throws Z3Exception
inlinestatic

Definition at line 1045 of file Native.java.

Referenced by Context.mkTrue().

1046  {
1047  long res = INTERNALmkTrue(a0);
1049  if (err != Z3_error_code.Z3_OK)
1050  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1051  return res;
1052  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native long INTERNALmkTrue(long a0)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long mkTupleSort ( long  a0,
long  a1,
int  a2,
long[]  a3,
long[]  a4,
LongPtr  a5,
long[]  a6 
) throws Z3Exception
inlinestatic

Definition at line 914 of file Native.java.

915  {
916  long res = INTERNALmkTupleSort(a0, a1, a2, a3, a4, a5, a6);
918  if (err != Z3_error_code.Z3_OK)
919  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
920  return res;
921  }
static native long INTERNALmkTupleSort(long a0, long a1, int a2, long[] a3, long[] a4, LongPtr a5, long[] a6)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long mkUnaryMinus ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 1171 of file Native.java.

Referenced by Context.mkUnaryMinus().

1172  {
1173  long res = INTERNALmkUnaryMinus(a0, a1);
1175  if (err != Z3_error_code.Z3_OK)
1176  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1177  return res;
1178  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkUnaryMinus(long a0, long a1)
static final Z3_error_code fromInt(int v)
static long mkUninterpretedSort ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 851 of file Native.java.

852  {
853  long res = INTERNALmkUninterpretedSort(a0, a1);
855  if (err != Z3_error_code.Z3_OK)
856  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
857  return res;
858  }
static native long INTERNALmkUninterpretedSort(long a0, long a1)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long mkUnsignedInt ( long  a0,
int  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 1882 of file Native.java.

1883  {
1884  long res = INTERNALmkUnsignedInt(a0, a1, a2);
1886  if (err != Z3_error_code.Z3_OK)
1887  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1888  return res;
1889  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkUnsignedInt(long a0, int a1, long a2)
static final Z3_error_code fromInt(int v)
static long mkUnsignedInt64 ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 1900 of file Native.java.

1901  {
1902  long res = INTERNALmkUnsignedInt64(a0, a1, a2);
1904  if (err != Z3_error_code.Z3_OK)
1905  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1906  return res;
1907  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkUnsignedInt64(long a0, long a1, long a2)
static final Z3_error_code fromInt(int v)
static long mkXor ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 1117 of file Native.java.

Referenced by Context.mkXor().

1118  {
1119  long res = INTERNALmkXor(a0, a1, a2);
1121  if (err != Z3_error_code.Z3_OK)
1122  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1123  return res;
1124  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native long INTERNALmkXor(long a0, long a1, long a2)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long mkZeroExt ( long  a0,
int  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 1540 of file Native.java.

Referenced by Context.mkZeroExt().

1541  {
1542  long res = INTERNALmkZeroExt(a0, a1, a2);
1544  if (err != Z3_error_code.Z3_OK)
1545  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1546  return res;
1547  }
static native long INTERNALmkZeroExt(long a0, int a1, long a2)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static void modelDecRef ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 2808 of file Native.java.

2809  {
2810  INTERNALmodelDecRef(a0, a1);
2812  if (err != Z3_error_code.Z3_OK)
2813  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2814  }
static native void INTERNALmodelDecRef(long a0, long a1)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static boolean modelEval ( long  a0,
long  a1,
long  a2,
boolean  a3,
LongPtr  a4 
) throws Z3Exception
inlinestatic

Definition at line 2816 of file Native.java.

2817  {
2818  boolean res = INTERNALmodelEval(a0, a1, a2, a3, a4);
2820  if (err != Z3_error_code.Z3_OK)
2821  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2822  return res;
2823  }
static native boolean INTERNALmodelEval(long a0, long a1, long a2, boolean a3, LongPtr a4)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long modelGetConstDecl ( long  a0,
long  a1,
int  a2 
) throws Z3Exception
inlinestatic

Definition at line 2852 of file Native.java.

Referenced by Model.getConstDecls(), and Model.getDecls().

2853  {
2854  long res = INTERNALmodelGetConstDecl(a0, a1, a2);
2856  if (err != Z3_error_code.Z3_OK)
2857  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2858  return res;
2859  }
static native long INTERNALmodelGetConstDecl(long a0, long a1, int a2)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long modelGetConstInterp ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 2825 of file Native.java.

Referenced by Model.getConstInterp(), and Model.getFuncInterp().

2826  {
2827  long res = INTERNALmodelGetConstInterp(a0, a1, a2);
2829  if (err != Z3_error_code.Z3_OK)
2830  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2831  return res;
2832  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmodelGetConstInterp(long a0, long a1, long a2)
static final Z3_error_code fromInt(int v)
static long modelGetFuncDecl ( long  a0,
long  a1,
int  a2 
) throws Z3Exception
inlinestatic

Definition at line 2870 of file Native.java.

Referenced by Model.getDecls(), and Model.getFuncDecls().

2871  {
2872  long res = INTERNALmodelGetFuncDecl(a0, a1, a2);
2874  if (err != Z3_error_code.Z3_OK)
2875  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2876  return res;
2877  }
static native long INTERNALmodelGetFuncDecl(long a0, long a1, int a2)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long modelGetFuncInterp ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 2834 of file Native.java.

Referenced by Model.getFuncInterp().

2835  {
2836  long res = INTERNALmodelGetFuncInterp(a0, a1, a2);
2838  if (err != Z3_error_code.Z3_OK)
2839  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2840  return res;
2841  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmodelGetFuncInterp(long a0, long a1, long a2)
static final Z3_error_code fromInt(int v)
static int modelGetNumConsts ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 2843 of file Native.java.

Referenced by Model.getNumConsts().

2844  {
2845  int res = INTERNALmodelGetNumConsts(a0, a1);
2847  if (err != Z3_error_code.Z3_OK)
2848  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2849  return res;
2850  }
static native int INTERNALmodelGetNumConsts(long a0, long a1)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static int modelGetNumFuncs ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 2861 of file Native.java.

Referenced by Model.getNumFuncs().

2862  {
2863  int res = INTERNALmodelGetNumFuncs(a0, a1);
2865  if (err != Z3_error_code.Z3_OK)
2866  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2867  return res;
2868  }
static native int INTERNALmodelGetNumFuncs(long a0, long a1)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static int modelGetNumSorts ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 2879 of file Native.java.

2880  {
2881  int res = INTERNALmodelGetNumSorts(a0, a1);
2883  if (err != Z3_error_code.Z3_OK)
2884  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2885  return res;
2886  }
static native int INTERNALmodelGetNumSorts(long a0, long a1)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long modelGetSort ( long  a0,
long  a1,
int  a2 
) throws Z3Exception
inlinestatic

Definition at line 2888 of file Native.java.

2889  {
2890  long res = INTERNALmodelGetSort(a0, a1, a2);
2892  if (err != Z3_error_code.Z3_OK)
2893  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2894  return res;
2895  }
static native long INTERNALmodelGetSort(long a0, long a1, int a2)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long modelGetSortUniverse ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 2897 of file Native.java.

2898  {
2899  long res = INTERNALmodelGetSortUniverse(a0, a1, a2);
2901  if (err != Z3_error_code.Z3_OK)
2902  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2903  return res;
2904  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmodelGetSortUniverse(long a0, long a1, long a2)
static final Z3_error_code fromInt(int v)
static void modelIncRef ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 2800 of file Native.java.

2801  {
2802  INTERNALmodelIncRef(a0, a1);
2804  if (err != Z3_error_code.Z3_OK)
2805  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2806  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native void INTERNALmodelIncRef(long a0, long a1)
static final Z3_error_code fromInt(int v)
static String modelToString ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 3084 of file Native.java.

3085  {
3086  String res = INTERNALmodelToString(a0, a1);
3088  if (err != Z3_error_code.Z3_OK)
3089  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3090  return res;
3091  }
static native String INTERNALmodelToString(long a0, long a1)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static int openLog ( String  a0)
inlinestatic

Definition at line 3019 of file Native.java.

Referenced by Log.open().

3020  {
3021  int res = INTERNALopenLog(a0);
3022  return res;
3023  }
static native int INTERNALopenLog(String a0)
static void paramDescrsDecRef ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 789 of file Native.java.

790  {
793  if (err != Z3_error_code.Z3_OK)
794  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
795  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native void INTERNALparamDescrsDecRef(long a0, long a1)
static final Z3_error_code fromInt(int v)
static int paramDescrsGetKind ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 797 of file Native.java.

Referenced by ParamDescrs.getKind().

798  {
799  int res = INTERNALparamDescrsGetKind(a0, a1, a2);
801  if (err != Z3_error_code.Z3_OK)
802  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
803  return res;
804  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native int INTERNALparamDescrsGetKind(long a0, long a1, long a2)
static final Z3_error_code fromInt(int v)
static long paramDescrsGetName ( long  a0,
long  a1,
int  a2 
) throws Z3Exception
inlinestatic

Definition at line 815 of file Native.java.

Referenced by ParamDescrs.getNames().

816  {
817  long res = INTERNALparamDescrsGetName(a0, a1, a2);
819  if (err != Z3_error_code.Z3_OK)
820  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
821  return res;
822  }
static native long INTERNALparamDescrsGetName(long a0, long a1, int a2)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static void paramDescrsIncRef ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 781 of file Native.java.

782  {
785  if (err != Z3_error_code.Z3_OK)
786  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
787  }
static native void INTERNALparamDescrsIncRef(long a0, long a1)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static int paramDescrsSize ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 806 of file Native.java.

Referenced by ParamDescrs.getNames(), and ParamDescrs.size().

807  {
808  int res = INTERNALparamDescrsSize(a0, a1);
810  if (err != Z3_error_code.Z3_OK)
811  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
812  return res;
813  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native int INTERNALparamDescrsSize(long a0, long a1)
static final Z3_error_code fromInt(int v)
static String paramDescrsToString ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 824 of file Native.java.

Referenced by ParamDescrs.toString().

825  {
826  String res = INTERNALparamDescrsToString(a0, a1);
828  if (err != Z3_error_code.Z3_OK)
829  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
830  return res;
831  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALparamDescrsToString(long a0, long a1)
static final Z3_error_code fromInt(int v)
static void paramsDecRef ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 724 of file Native.java.

725  {
726  INTERNALparamsDecRef(a0, a1);
728  if (err != Z3_error_code.Z3_OK)
729  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
730  }
static native void INTERNALparamsDecRef(long a0, long a1)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static void paramsIncRef ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 716 of file Native.java.

717  {
718  INTERNALparamsIncRef(a0, a1);
720  if (err != Z3_error_code.Z3_OK)
721  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
722  }
static native void INTERNALparamsIncRef(long a0, long a1)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static void paramsSetBool ( long  a0,
long  a1,
long  a2,
boolean  a3 
) throws Z3Exception
inlinestatic

Definition at line 732 of file Native.java.

Referenced by Params.add().

733  {
734  INTERNALparamsSetBool(a0, a1, a2, a3);
736  if (err != Z3_error_code.Z3_OK)
737  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
738  }
static native void INTERNALparamsSetBool(long a0, long a1, long a2, boolean a3)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static void paramsSetDouble ( long  a0,
long  a1,
long  a2,
double  a3 
) throws Z3Exception
inlinestatic

Definition at line 748 of file Native.java.

Referenced by Params.add().

749  {
750  INTERNALparamsSetDouble(a0, a1, a2, a3);
752  if (err != Z3_error_code.Z3_OK)
753  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
754  }
static native void INTERNALparamsSetDouble(long a0, long a1, long a2, double a3)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static void paramsSetSymbol ( long  a0,
long  a1,
long  a2,
long  a3 
) throws Z3Exception
inlinestatic

Definition at line 756 of file Native.java.

Referenced by Params.add().

757  {
758  INTERNALparamsSetSymbol(a0, a1, a2, a3);
760  if (err != Z3_error_code.Z3_OK)
761  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
762  }
static native void INTERNALparamsSetSymbol(long a0, long a1, long a2, long a3)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static void paramsSetUint ( long  a0,
long  a1,
long  a2,
int  a3 
) throws Z3Exception
inlinestatic

Definition at line 740 of file Native.java.

Referenced by Params.add().

741  {
742  INTERNALparamsSetUint(a0, a1, a2, a3);
744  if (err != Z3_error_code.Z3_OK)
745  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
746  }
static native void INTERNALparamsSetUint(long a0, long a1, long a2, int a3)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static String paramsToString ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 764 of file Native.java.

Referenced by Params.toString().

765  {
766  String res = INTERNALparamsToString(a0, a1);
768  if (err != Z3_error_code.Z3_OK)
769  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
770  return res;
771  }
static native String INTERNALparamsToString(long a0, long a1)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static void paramsValidate ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 773 of file Native.java.

Referenced by ParamDescrs.validate().

774  {
775  INTERNALparamsValidate(a0, a1, a2);
777  if (err != Z3_error_code.Z3_OK)
778  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
779  }
static native void INTERNALparamsValidate(long a0, long a1, long a2)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long parseSmtlib2File ( long  a0,
String  a1,
int  a2,
long[]  a3,
long[]  a4,
int  a5,
long[]  a6,
long[]  a7 
) throws Z3Exception
inlinestatic

Definition at line 3111 of file Native.java.

Referenced by Context.parseSMTLIB2File().

3112  {
3113  long res = INTERNALparseSmtlib2File(a0, a1, a2, a3, a4, a5, a6, a7);
3115  if (err != Z3_error_code.Z3_OK)
3116  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3117  return res;
3118  }
static native long INTERNALparseSmtlib2File(long a0, String a1, int a2, long[] a3, long[] a4, int a5, long[] a6, long[] a7)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long parseSmtlib2String ( long  a0,
String  a1,
int  a2,
long[]  a3,
long[]  a4,
int  a5,
long[]  a6,
long[]  a7 
) throws Z3Exception
inlinestatic

Definition at line 3102 of file Native.java.

Referenced by Context.parseSMTLIB2String().

3103  {
3104  long res = INTERNALparseSmtlib2String(a0, a1, a2, a3, a4, a5, a6, a7);
3106  if (err != Z3_error_code.Z3_OK)
3107  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3108  return res;
3109  }
static native long INTERNALparseSmtlib2String(long a0, String a1, int a2, long[] a3, long[] a4, int a5, long[] a6, long[] a7)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static void parseSmtlibFile ( long  a0,
String  a1,
int  a2,
long[]  a3,
long[]  a4,
int  a5,
long[]  a6,
long[]  a7 
) throws Z3Exception
inlinestatic

Definition at line 3128 of file Native.java.

Referenced by Context.parseSMTLIBFile().

3129  {
3130  INTERNALparseSmtlibFile(a0, a1, a2, a3, a4, a5, a6, a7);
3132  if (err != Z3_error_code.Z3_OK)
3133  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3134  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native void INTERNALparseSmtlibFile(long a0, String a1, int a2, long[] a3, long[] a4, int a5, long[] a6, long[] a7)
static final Z3_error_code fromInt(int v)
static void parseSmtlibString ( long  a0,
String  a1,
int  a2,
long[]  a3,
long[]  a4,
int  a5,
long[]  a6,
long[]  a7 
) throws Z3Exception
inlinestatic

Definition at line 3120 of file Native.java.

Referenced by Context.parseSMTLIBString().

3121  {
3122  INTERNALparseSmtlibString(a0, a1, a2, a3, a4, a5, a6, a7);
3124  if (err != Z3_error_code.Z3_OK)
3125  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3126  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native void INTERNALparseSmtlibString(long a0, String a1, int a2, long[] a3, long[] a4, int a5, long[] a6, long[] a7)
static final Z3_error_code fromInt(int v)
static long patternToAst ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 2602 of file Native.java.

2603  {
2604  long res = INTERNALpatternToAst(a0, a1);
2606  if (err != Z3_error_code.Z3_OK)
2607  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2608  return res;
2609  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALpatternToAst(long a0, long a1)
static final Z3_error_code fromInt(int v)
static String patternToString ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 3057 of file Native.java.

Referenced by Pattern.toString().

3058  {
3059  String res = INTERNALpatternToString(a0, a1);
3061  if (err != Z3_error_code.Z3_OK)
3062  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3063  return res;
3064  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native String INTERNALpatternToString(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static void persistAst ( long  a0,
long  a1,
int  a2 
) throws Z3Exception
inlinestatic

Definition at line 4535 of file Native.java.

4536  {
4537  INTERNALpersistAst(a0, a1, a2);
4539  if (err != Z3_error_code.Z3_OK)
4540  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4541  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native void INTERNALpersistAst(long a0, long a1, int a2)
static final Z3_error_code fromInt(int v)
static long polynomialSubresultants ( long  a0,
long  a1,
long  a2,
long  a3 
) throws Z3Exception
inlinestatic

Definition at line 5022 of file Native.java.

5023  {
5024  long res = INTERNALpolynomialSubresultants(a0, a1, a2, a3);
5026  if (err != Z3_error_code.Z3_OK)
5027  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5028  return res;
5029  }
static native long INTERNALpolynomialSubresultants(long a0, long a1, long a2, long a3)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static void pop ( long  a0,
int  a1 
) throws Z3Exception
inlinestatic

Definition at line 4518 of file Native.java.

4519  {
4520  INTERNALpop(a0, a1);
4522  if (err != Z3_error_code.Z3_OK)
4523  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4524  }
static native void INTERNALpop(long a0, int a1)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long probeAnd ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 4028 of file Native.java.

Referenced by Context.and().

4029  {
4030  long res = INTERNALprobeAnd(a0, a1, a2);
4032  if (err != Z3_error_code.Z3_OK)
4033  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4034  return res;
4035  }
static native long INTERNALprobeAnd(long a0, long a1, long a2)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static double probeApply ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 4127 of file Native.java.

Referenced by Probe.apply().

4128  {
4129  double res = INTERNALprobeApply(a0, a1, a2);
4131  if (err != Z3_error_code.Z3_OK)
4132  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4133  return res;
4134  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native double INTERNALprobeApply(long a0, long a1, long a2)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long probeConst ( long  a0,
double  a1 
) throws Z3Exception
inlinestatic

Definition at line 3974 of file Native.java.

Referenced by Context.constProbe().

3975  {
3976  long res = INTERNALprobeConst(a0, a1);
3978  if (err != Z3_error_code.Z3_OK)
3979  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3980  return res;
3981  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALprobeConst(long a0, double a1)
static final Z3_error_code fromInt(int v)
static void probeDecRef ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 3849 of file Native.java.

3850  {
3851  INTERNALprobeDecRef(a0, a1);
3853  if (err != Z3_error_code.Z3_OK)
3854  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3855  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native void INTERNALprobeDecRef(long a0, long a1)
static final Z3_error_code fromInt(int v)
static long probeEq ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 4019 of file Native.java.

Referenced by Context.eq().

4020  {
4021  long res = INTERNALprobeEq(a0, a1, a2);
4023  if (err != Z3_error_code.Z3_OK)
4024  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4025  return res;
4026  }
static native long INTERNALprobeEq(long a0, long a1, long a2)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long probeGe ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 4010 of file Native.java.

Referenced by Context.ge().

4011  {
4012  long res = INTERNALprobeGe(a0, a1, a2);
4014  if (err != Z3_error_code.Z3_OK)
4015  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4016  return res;
4017  }
static native long INTERNALprobeGe(long a0, long a1, long a2)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static String probeGetDescr ( long  a0,
String  a1 
) throws Z3Exception
inlinestatic

Definition at line 4118 of file Native.java.

Referenced by Context.getProbeDescription().

4119  {
4120  String res = INTERNALprobeGetDescr(a0, a1);
4122  if (err != Z3_error_code.Z3_OK)
4123  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4124  return res;
4125  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALprobeGetDescr(long a0, String a1)
static final Z3_error_code fromInt(int v)
static long probeGt ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 3992 of file Native.java.

Referenced by Context.gt().

3993  {
3994  long res = INTERNALprobeGt(a0, a1, a2);
3996  if (err != Z3_error_code.Z3_OK)
3997  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3998  return res;
3999  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native long INTERNALprobeGt(long a0, long a1, long a2)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static void probeIncRef ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 3841 of file Native.java.

3842  {
3843  INTERNALprobeIncRef(a0, a1);
3845  if (err != Z3_error_code.Z3_OK)
3846  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3847  }
static native void INTERNALprobeIncRef(long a0, long a1)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long probeLe ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 4001 of file Native.java.

Referenced by Context.le().

4002  {
4003  long res = INTERNALprobeLe(a0, a1, a2);
4005  if (err != Z3_error_code.Z3_OK)
4006  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4007  return res;
4008  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALprobeLe(long a0, long a1, long a2)
static final Z3_error_code fromInt(int v)
static long probeLt ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 3983 of file Native.java.

Referenced by Context.lt().

3984  {
3985  long res = INTERNALprobeLt(a0, a1, a2);
3987  if (err != Z3_error_code.Z3_OK)
3988  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3989  return res;
3990  }
static native long INTERNALprobeLt(long a0, long a1, long a2)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long probeNot ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 4046 of file Native.java.

Referenced by Context.not().

4047  {
4048  long res = INTERNALprobeNot(a0, a1);
4050  if (err != Z3_error_code.Z3_OK)
4051  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4052  return res;
4053  }
static native long INTERNALprobeNot(long a0, long a1)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long probeOr ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 4037 of file Native.java.

Referenced by Context.or().

4038  {
4039  long res = INTERNALprobeOr(a0, a1, a2);
4041  if (err != Z3_error_code.Z3_OK)
4042  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4043  return res;
4044  }
static native long INTERNALprobeOr(long a0, long a1, long a2)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static void push ( long  a0) throws Z3Exception
inlinestatic

Definition at line 4510 of file Native.java.

4511  {
4512  INTERNALpush(a0);
4514  if (err != Z3_error_code.Z3_OK)
4515  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4516  }
static native void INTERNALpush(long a0)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static void queryConstructor ( long  a0,
long  a1,
int  a2,
LongPtr  a3,
LongPtr  a4,
long[]  a5 
) throws Z3Exception
inlinestatic

Definition at line 992 of file Native.java.

Referenced by Constructor.ConstructorDecl(), Constructor.getAccessorDecls(), and Constructor.getTesterDecl().

993  {
994  INTERNALqueryConstructor(a0, a1, a2, a3, a4, a5);
996  if (err != Z3_error_code.Z3_OK)
997  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
998  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native void INTERNALqueryConstructor(long a0, long a1, int a2, LongPtr a3, LongPtr a4, long[] a5)
static final Z3_error_code fromInt(int v)
static long rcfAdd ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 5093 of file Native.java.

5094  {
5095  long res = INTERNALrcfAdd(a0, a1, a2);
5097  if (err != Z3_error_code.Z3_OK)
5098  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5099  return res;
5100  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALrcfAdd(long a0, long a1, long a2)
static final Z3_error_code fromInt(int v)
static void rcfDel ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 5031 of file Native.java.

5032  {
5033  INTERNALrcfDel(a0, a1);
5035  if (err != Z3_error_code.Z3_OK)
5036  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5037  }
static native void INTERNALrcfDel(long a0, long a1)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long rcfDiv ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 5120 of file Native.java.

5121  {
5122  long res = INTERNALrcfDiv(a0, a1, a2);
5124  if (err != Z3_error_code.Z3_OK)
5125  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5126  return res;
5127  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALrcfDiv(long a0, long a1, long a2)
static final Z3_error_code fromInt(int v)
static boolean rcfEq ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 5192 of file Native.java.

5193  {
5194  boolean res = INTERNALrcfEq(a0, a1, a2);
5196  if (err != Z3_error_code.Z3_OK)
5197  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5198  return res;
5199  }
static native boolean INTERNALrcfEq(long a0, long a1, long a2)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static boolean rcfGe ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 5183 of file Native.java.

5184  {
5185  boolean res = INTERNALrcfGe(a0, a1, a2);
5187  if (err != Z3_error_code.Z3_OK)
5188  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5189  return res;
5190  }
static native boolean INTERNALrcfGe(long a0, long a1, long a2)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static void rcfGetNumeratorDenominator ( long  a0,
long  a1,
LongPtr  a2,
LongPtr  a3 
) throws Z3Exception
inlinestatic

Definition at line 5228 of file Native.java.

5229  {
5230  INTERNALrcfGetNumeratorDenominator(a0, a1, a2, a3);
5232  if (err != Z3_error_code.Z3_OK)
5233  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5234  }
static native void INTERNALrcfGetNumeratorDenominator(long a0, long a1, LongPtr a2, LongPtr a3)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static boolean rcfGt ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 5165 of file Native.java.

5166  {
5167  boolean res = INTERNALrcfGt(a0, a1, a2);
5169  if (err != Z3_error_code.Z3_OK)
5170  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5171  return res;
5172  }
static native boolean INTERNALrcfGt(long a0, long a1, long a2)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long rcfInv ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 5138 of file Native.java.

5139  {
5140  long res = INTERNALrcfInv(a0, a1);
5142  if (err != Z3_error_code.Z3_OK)
5143  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5144  return res;
5145  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native long INTERNALrcfInv(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static boolean rcfLe ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 5174 of file Native.java.

5175  {
5176  boolean res = INTERNALrcfLe(a0, a1, a2);
5178  if (err != Z3_error_code.Z3_OK)
5179  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5180  return res;
5181  }
static native boolean INTERNALrcfLe(long a0, long a1, long a2)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static boolean rcfLt ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 5156 of file Native.java.

5157  {
5158  boolean res = INTERNALrcfLt(a0, a1, a2);
5160  if (err != Z3_error_code.Z3_OK)
5161  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5162  return res;
5163  }
static native boolean INTERNALrcfLt(long a0, long a1, long a2)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long rcfMkE ( long  a0) throws Z3Exception
inlinestatic

Definition at line 5066 of file Native.java.

5067  {
5068  long res = INTERNALrcfMkE(a0);
5070  if (err != Z3_error_code.Z3_OK)
5071  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5072  return res;
5073  }
static native long INTERNALrcfMkE(long a0)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long rcfMkInfinitesimal ( long  a0) throws Z3Exception
inlinestatic

Definition at line 5075 of file Native.java.

5076  {
5077  long res = INTERNALrcfMkInfinitesimal(a0);
5079  if (err != Z3_error_code.Z3_OK)
5080  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5081  return res;
5082  }
static native long INTERNALrcfMkInfinitesimal(long a0)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long rcfMkPi ( long  a0) throws Z3Exception
inlinestatic

Definition at line 5057 of file Native.java.

5058  {
5059  long res = INTERNALrcfMkPi(a0);
5061  if (err != Z3_error_code.Z3_OK)
5062  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5063  return res;
5064  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALrcfMkPi(long a0)
static final Z3_error_code fromInt(int v)
static long rcfMkRational ( long  a0,
String  a1 
) throws Z3Exception
inlinestatic

Definition at line 5039 of file Native.java.

5040  {
5041  long res = INTERNALrcfMkRational(a0, a1);
5043  if (err != Z3_error_code.Z3_OK)
5044  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5045  return res;
5046  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALrcfMkRational(long a0, String a1)
static final Z3_error_code fromInt(int v)
static int rcfMkRoots ( long  a0,
int  a1,
long[]  a2,
long[]  a3 
) throws Z3Exception
inlinestatic

Definition at line 5084 of file Native.java.

5085  {
5086  int res = INTERNALrcfMkRoots(a0, a1, a2, a3);
5088  if (err != Z3_error_code.Z3_OK)
5089  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5090  return res;
5091  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native int INTERNALrcfMkRoots(long a0, int a1, long[] a2, long[] a3)
static final Z3_error_code fromInt(int v)
static long rcfMkSmallInt ( long  a0,
int  a1 
) throws Z3Exception
inlinestatic

Definition at line 5048 of file Native.java.

5049  {
5050  long res = INTERNALrcfMkSmallInt(a0, a1);
5052  if (err != Z3_error_code.Z3_OK)
5053  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5054  return res;
5055  }
static native long INTERNALrcfMkSmallInt(long a0, int a1)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long rcfMul ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 5111 of file Native.java.

5112  {
5113  long res = INTERNALrcfMul(a0, a1, a2);
5115  if (err != Z3_error_code.Z3_OK)
5116  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5117  return res;
5118  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALrcfMul(long a0, long a1, long a2)
static final Z3_error_code fromInt(int v)
static long rcfNeg ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 5129 of file Native.java.

5130  {
5131  long res = INTERNALrcfNeg(a0, a1);
5133  if (err != Z3_error_code.Z3_OK)
5134  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5135  return res;
5136  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALrcfNeg(long a0, long a1)
static final Z3_error_code fromInt(int v)
static boolean rcfNeq ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 5201 of file Native.java.

5202  {
5203  boolean res = INTERNALrcfNeq(a0, a1, a2);
5205  if (err != Z3_error_code.Z3_OK)
5206  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5207  return res;
5208  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native boolean INTERNALrcfNeq(long a0, long a1, long a2)
static final Z3_error_code fromInt(int v)
static String rcfNumToDecimalString ( long  a0,
long  a1,
int  a2 
) throws Z3Exception
inlinestatic

Definition at line 5219 of file Native.java.

5220  {
5221  String res = INTERNALrcfNumToDecimalString(a0, a1, a2);
5223  if (err != Z3_error_code.Z3_OK)
5224  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5225  return res;
5226  }
static native String INTERNALrcfNumToDecimalString(long a0, long a1, int a2)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static String rcfNumToString ( long  a0,
long  a1,
boolean  a2,
boolean  a3 
) throws Z3Exception
inlinestatic

Definition at line 5210 of file Native.java.

5211  {
5212  String res = INTERNALrcfNumToString(a0, a1, a2, a3);
5214  if (err != Z3_error_code.Z3_OK)
5215  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5216  return res;
5217  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALrcfNumToString(long a0, long a1, boolean a2, boolean a3)
static final Z3_error_code fromInt(int v)
static long rcfPower ( long  a0,
long  a1,
int  a2 
) throws Z3Exception
inlinestatic

Definition at line 5147 of file Native.java.

5148  {
5149  long res = INTERNALrcfPower(a0, a1, a2);
5151  if (err != Z3_error_code.Z3_OK)
5152  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5153  return res;
5154  }
static native long INTERNALrcfPower(long a0, long a1, int a2)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long rcfSub ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 5102 of file Native.java.

5103  {
5104  long res = INTERNALrcfSub(a0, a1, a2);
5106  if (err != Z3_error_code.Z3_OK)
5107  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5108  return res;
5109  }
static native long INTERNALrcfSub(long a0, long a1, long a2)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static int readInterpolationProblem ( long  a0,
IntPtr  a1,
ObjArrayPtr  a2,
UIntArrayPtr  a3,
String  a4,
StringPtr  a5,
IntPtr  a6,
ObjArrayPtr  a7 
) throws Z3Exception
inlinestatic

Definition at line 5278 of file Native.java.

Referenced by InterpolationContext.ReadInterpolationProblem().

5279  {
5280  int res = INTERNALreadInterpolationProblem(a0, a1, a2, a3, a4, a5, a6, a7);
5282  if (err != Z3_error_code.Z3_OK)
5283  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5284  return res;
5285  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native int INTERNALreadInterpolationProblem(long a0, IntPtr a1, ObjArrayPtr a2, UIntArrayPtr a3, String a4, StringPtr a5, IntPtr a6, ObjArrayPtr a7)
static final Z3_error_code fromInt(int v)
static void resetMemory ( )
inlinestatic

Definition at line 3261 of file Native.java.

3262  {
3264  }
static native void INTERNALresetMemory()
static void setAstPrintMode ( long  a0,
int  a1 
) throws Z3Exception
inlinestatic

Definition at line 3040 of file Native.java.

Referenced by Context.setPrintMode().

3041  {
3042  INTERNALsetAstPrintMode(a0, a1);
3044  if (err != Z3_error_code.Z3_OK)
3045  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3046  }
static native void INTERNALsetAstPrintMode(long a0, int a1)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static void setError ( long  a0,
int  a1 
) throws Z3Exception
inlinestatic

Definition at line 3223 of file Native.java.

3224  {
3225  INTERNALsetError(a0, a1);
3227  if (err != Z3_error_code.Z3_OK)
3228  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3229  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native void INTERNALsetError(long a0, int a1)
static final Z3_error_code fromInt(int v)
static native void setInternalErrorHandler ( long  ctx)
static
static void setLogic ( long  a0,
String  a1 
) throws Z3Exception
inlinestatic

Definition at line 4502 of file Native.java.

4503  {
4504  INTERNALsetLogic(a0, a1);
4506  if (err != Z3_error_code.Z3_OK)
4507  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4508  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native void INTERNALsetLogic(long a0, String a1)
static final Z3_error_code fromInt(int v)
static void setParamValue ( long  a0,
String  a1,
String  a2 
)
inlinestatic

Definition at line 649 of file Native.java.

Referenced by Context.Context(), and InterpolationContext.InterpolationContext().

650  {
651  INTERNALsetParamValue(a0, a1, a2);
652  }
static native void INTERNALsetParamValue(long a0, String a1, String a2)
static long simplify ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 2728 of file Native.java.

Referenced by Expr.simplify().

2729  {
2730  long res = INTERNALsimplify(a0, a1);
2732  if (err != Z3_error_code.Z3_OK)
2733  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2734  return res;
2735  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALsimplify(long a0, long a1)
static final Z3_error_code fromInt(int v)
static long simplifyEx ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 2737 of file Native.java.

Referenced by Expr.simplify().

2738  {
2739  long res = INTERNALsimplifyEx(a0, a1, a2);
2741  if (err != Z3_error_code.Z3_OK)
2742  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2743  return res;
2744  }
static native long INTERNALsimplifyEx(long a0, long a1, long a2)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static String simplifyGetHelp ( long  a0) throws Z3Exception
inlinestatic

Definition at line 2746 of file Native.java.

Referenced by Context.SimplifyHelp().

2747  {
2748  String res = INTERNALsimplifyGetHelp(a0);
2750  if (err != Z3_error_code.Z3_OK)
2751  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2752  return res;
2753  }
static native String INTERNALsimplifyGetHelp(long a0)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long simplifyGetParamDescrs ( long  a0) throws Z3Exception
inlinestatic

Definition at line 2755 of file Native.java.

Referenced by Context.getSimplifyParameterDescriptions().

2756  {
2757  long res = INTERNALsimplifyGetParamDescrs(a0);
2759  if (err != Z3_error_code.Z3_OK)
2760  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2761  return res;
2762  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALsimplifyGetParamDescrs(long a0)
static final Z3_error_code fromInt(int v)
static void softCheckCancel ( long  a0) throws Z3Exception
inlinestatic

Definition at line 4595 of file Native.java.

4596  {
4599  if (err != Z3_error_code.Z3_OK)
4600  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4601  }
static native void INTERNALsoftCheckCancel(long a0)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static void solverAssert ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 4317 of file Native.java.

Referenced by Solver.add().

4318  {
4319  INTERNALsolverAssert(a0, a1, a2);
4321  if (err != Z3_error_code.Z3_OK)
4322  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4323  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native void INTERNALsolverAssert(long a0, long a1, long a2)
static final Z3_error_code fromInt(int v)
static void solverAssertAndTrack ( long  a0,
long  a1,
long  a2,
long  a3 
) throws Z3Exception
inlinestatic

Definition at line 4325 of file Native.java.

Referenced by Solver.assertAndTrack().

4326  {
4327  INTERNALsolverAssertAndTrack(a0, a1, a2, a3);
4329  if (err != Z3_error_code.Z3_OK)
4330  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4331  }
static native void INTERNALsolverAssertAndTrack(long a0, long a1, long a2, long a3)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static int solverCheck ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 4342 of file Native.java.

Referenced by Solver.check().

4343  {
4344  int res = INTERNALsolverCheck(a0, a1);
4346  if (err != Z3_error_code.Z3_OK)
4347  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4348  return res;
4349  }
static native int INTERNALsolverCheck(long a0, long a1)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static int solverCheckAssumptions ( long  a0,
long  a1,
int  a2,
long[]  a3 
) throws Z3Exception
inlinestatic

Definition at line 4351 of file Native.java.

Referenced by Solver.check().

4352  {
4353  int res = INTERNALsolverCheckAssumptions(a0, a1, a2, a3);
4355  if (err != Z3_error_code.Z3_OK)
4356  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4357  return res;
4358  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native int INTERNALsolverCheckAssumptions(long a0, long a1, int a2, long[] a3)
static final Z3_error_code fromInt(int v)
static void solverDecRef ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 4276 of file Native.java.

4277  {
4278  INTERNALsolverDecRef(a0, a1);
4280  if (err != Z3_error_code.Z3_OK)
4281  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4282  }
static native void INTERNALsolverDecRef(long a0, long a1)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long solverGetAssertions ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 4333 of file Native.java.

Referenced by Solver.getAssertions(), and Solver.getNumAssertions().

4334  {
4335  long res = INTERNALsolverGetAssertions(a0, a1);
4337  if (err != Z3_error_code.Z3_OK)
4338  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4339  return res;
4340  }
static native long INTERNALsolverGetAssertions(long a0, long a1)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static String solverGetHelp ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 4242 of file Native.java.

Referenced by Solver.getHelp().

4243  {
4244  String res = INTERNALsolverGetHelp(a0, a1);
4246  if (err != Z3_error_code.Z3_OK)
4247  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4248  return res;
4249  }
static native String INTERNALsolverGetHelp(long a0, long a1)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long solverGetModel ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 4360 of file Native.java.

Referenced by Solver.getModel().

4361  {
4362  long res = INTERNALsolverGetModel(a0, a1);
4364  if (err != Z3_error_code.Z3_OK)
4365  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4366  return res;
4367  }
static native long INTERNALsolverGetModel(long a0, long a1)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static int solverGetNumScopes ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 4308 of file Native.java.

Referenced by Solver.getNumScopes().

4309  {
4310  int res = INTERNALsolverGetNumScopes(a0, a1);
4312  if (err != Z3_error_code.Z3_OK)
4313  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4314  return res;
4315  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native int INTERNALsolverGetNumScopes(long a0, long a1)
static final Z3_error_code fromInt(int v)
static long solverGetParamDescrs ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 4251 of file Native.java.

Referenced by Solver.getParameterDescriptions().

4252  {
4253  long res = INTERNALsolverGetParamDescrs(a0, a1);
4255  if (err != Z3_error_code.Z3_OK)
4256  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4257  return res;
4258  }
static native long INTERNALsolverGetParamDescrs(long a0, long a1)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long solverGetProof ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 4369 of file Native.java.

Referenced by Solver.getProof().

4370  {
4371  long res = INTERNALsolverGetProof(a0, a1);
4373  if (err != Z3_error_code.Z3_OK)
4374  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4375  return res;
4376  }
static native long INTERNALsolverGetProof(long a0, long a1)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static String solverGetReasonUnknown ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 4387 of file Native.java.

Referenced by Solver.getReasonUnknown().

4388  {
4389  String res = INTERNALsolverGetReasonUnknown(a0, a1);
4391  if (err != Z3_error_code.Z3_OK)
4392  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4393  return res;
4394  }
static native String INTERNALsolverGetReasonUnknown(long a0, long a1)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long solverGetStatistics ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 4396 of file Native.java.

Referenced by Solver.getStatistics().

4397  {
4398  long res = INTERNALsolverGetStatistics(a0, a1);
4400  if (err != Z3_error_code.Z3_OK)
4401  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4402  return res;
4403  }
static native long INTERNALsolverGetStatistics(long a0, long a1)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long solverGetUnsatCore ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 4378 of file Native.java.

Referenced by Solver.getUnsatCore().

4379  {
4380  long res = INTERNALsolverGetUnsatCore(a0, a1);
4382  if (err != Z3_error_code.Z3_OK)
4383  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4384  return res;
4385  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native long INTERNALsolverGetUnsatCore(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static void solverIncRef ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 4268 of file Native.java.

4269  {
4270  INTERNALsolverIncRef(a0, a1);
4272  if (err != Z3_error_code.Z3_OK)
4273  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4274  }
static native void INTERNALsolverIncRef(long a0, long a1)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static void solverPop ( long  a0,
long  a1,
int  a2 
) throws Z3Exception
inlinestatic

Definition at line 4292 of file Native.java.

Referenced by Solver.pop().

4293  {
4294  INTERNALsolverPop(a0, a1, a2);
4296  if (err != Z3_error_code.Z3_OK)
4297  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4298  }
static native void INTERNALsolverPop(long a0, long a1, int a2)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static void solverPush ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 4284 of file Native.java.

Referenced by Solver.push().

4285  {
4286  INTERNALsolverPush(a0, a1);
4288  if (err != Z3_error_code.Z3_OK)
4289  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4290  }
static native void INTERNALsolverPush(long a0, long a1)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static void solverReset ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 4300 of file Native.java.

Referenced by Solver.reset().

4301  {
4302  INTERNALsolverReset(a0, a1);
4304  if (err != Z3_error_code.Z3_OK)
4305  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4306  }
static native void INTERNALsolverReset(long a0, long a1)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static void solverSetParams ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 4260 of file Native.java.

Referenced by Solver.setParameters().

4261  {
4262  INTERNALsolverSetParams(a0, a1, a2);
4264  if (err != Z3_error_code.Z3_OK)
4265  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4266  }
static native void INTERNALsolverSetParams(long a0, long a1, long a2)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static String solverToString ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 4405 of file Native.java.

Referenced by Solver.toString().

4406  {
4407  String res = INTERNALsolverToString(a0, a1);
4409  if (err != Z3_error_code.Z3_OK)
4410  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4411  return res;
4412  }
static native String INTERNALsolverToString(long a0, long a1)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long sortToAst ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 2044 of file Native.java.

2045  {
2046  long res = INTERNALsortToAst(a0, a1);
2048  if (err != Z3_error_code.Z3_OK)
2049  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2050  return res;
2051  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALsortToAst(long a0, long a1)
static final Z3_error_code fromInt(int v)
static String sortToString ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 3066 of file Native.java.

Referenced by Sort.toString().

3067  {
3068  String res = INTERNALsortToString(a0, a1);
3070  if (err != Z3_error_code.Z3_OK)
3071  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3072  return res;
3073  }
static native String INTERNALsortToString(long a0, long a1)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static String statisticsToString ( long  a0) throws Z3Exception
inlinestatic

Definition at line 4833 of file Native.java.

4834  {
4835  String res = INTERNALstatisticsToString(a0);
4837  if (err != Z3_error_code.Z3_OK)
4838  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4839  return res;
4840  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALstatisticsToString(long a0)
static final Z3_error_code fromInt(int v)
static void statsDecRef ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 4431 of file Native.java.

4432  {
4433  INTERNALstatsDecRef(a0, a1);
4435  if (err != Z3_error_code.Z3_OK)
4436  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4437  }
static native void INTERNALstatsDecRef(long a0, long a1)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static double statsGetDoubleValue ( long  a0,
long  a1,
int  a2 
) throws Z3Exception
inlinestatic

Definition at line 4484 of file Native.java.

Referenced by Statistics.getEntries().

4485  {
4486  double res = INTERNALstatsGetDoubleValue(a0, a1, a2);
4488  if (err != Z3_error_code.Z3_OK)
4489  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4490  return res;
4491  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native double INTERNALstatsGetDoubleValue(long a0, long a1, int a2)
static final Z3_error_code fromInt(int v)
static String statsGetKey ( long  a0,
long  a1,
int  a2 
) throws Z3Exception
inlinestatic

Definition at line 4448 of file Native.java.

Referenced by Statistics.getEntries(), and Statistics.getKeys().

4449  {
4450  String res = INTERNALstatsGetKey(a0, a1, a2);
4452  if (err != Z3_error_code.Z3_OK)
4453  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4454  return res;
4455  }
static native String INTERNALstatsGetKey(long a0, long a1, int a2)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static int statsGetUintValue ( long  a0,
long  a1,
int  a2 
) throws Z3Exception
inlinestatic

Definition at line 4475 of file Native.java.

Referenced by Statistics.getEntries().

4476  {
4477  int res = INTERNALstatsGetUintValue(a0, a1, a2);
4479  if (err != Z3_error_code.Z3_OK)
4480  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4481  return res;
4482  }
static native int INTERNALstatsGetUintValue(long a0, long a1, int a2)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static void statsIncRef ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 4423 of file Native.java.

4424  {
4425  INTERNALstatsIncRef(a0, a1);
4427  if (err != Z3_error_code.Z3_OK)
4428  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4429  }
static native void INTERNALstatsIncRef(long a0, long a1)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static boolean statsIsDouble ( long  a0,
long  a1,
int  a2 
) throws Z3Exception
inlinestatic

Definition at line 4466 of file Native.java.

Referenced by Statistics.getEntries().

4467  {
4468  boolean res = INTERNALstatsIsDouble(a0, a1, a2);
4470  if (err != Z3_error_code.Z3_OK)
4471  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4472  return res;
4473  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native boolean INTERNALstatsIsDouble(long a0, long a1, int a2)
static final Z3_error_code fromInt(int v)
static boolean statsIsUint ( long  a0,
long  a1,
int  a2 
) throws Z3Exception
inlinestatic

Definition at line 4457 of file Native.java.

Referenced by Statistics.getEntries().

4458  {
4459  boolean res = INTERNALstatsIsUint(a0, a1, a2);
4461  if (err != Z3_error_code.Z3_OK)
4462  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4463  return res;
4464  }
static native boolean INTERNALstatsIsUint(long a0, long a1, int a2)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static int statsSize ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 4439 of file Native.java.

Referenced by Statistics.size().

4440  {
4441  int res = INTERNALstatsSize(a0, a1);
4443  if (err != Z3_error_code.Z3_OK)
4444  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4445  return res;
4446  }
static native int INTERNALstatsSize(long a0, long a1)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static String statsToString ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 4414 of file Native.java.

Referenced by Statistics.toString().

4415  {
4416  String res = INTERNALstatsToString(a0, a1);
4418  if (err != Z3_error_code.Z3_OK)
4419  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4420  return res;
4421  }
static native String INTERNALstatsToString(long a0, long a1)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long substitute ( long  a0,
long  a1,
int  a2,
long[]  a3,
long[]  a4 
) throws Z3Exception
inlinestatic

Definition at line 2773 of file Native.java.

Referenced by Expr.substitute().

2774  {
2775  long res = INTERNALsubstitute(a0, a1, a2, a3, a4);
2777  if (err != Z3_error_code.Z3_OK)
2778  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2779  return res;
2780  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALsubstitute(long a0, long a1, int a2, long[] a3, long[] a4)
static final Z3_error_code fromInt(int v)
static long substituteVars ( long  a0,
long  a1,
int  a2,
long[]  a3 
) throws Z3Exception
inlinestatic

Definition at line 2782 of file Native.java.

Referenced by Expr.substituteVars().

2783  {
2784  long res = INTERNALsubstituteVars(a0, a1, a2, a3);
2786  if (err != Z3_error_code.Z3_OK)
2787  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2788  return res;
2789  }
static native long INTERNALsubstituteVars(long a0, long a1, int a2, long[] a3)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long tacticAndThen ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 3857 of file Native.java.

Referenced by Context.andThen().

3858  {
3859  long res = INTERNALtacticAndThen(a0, a1, a2);
3861  if (err != Z3_error_code.Z3_OK)
3862  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3863  return res;
3864  }
static native long INTERNALtacticAndThen(long a0, long a1, long a2)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long tacticApply ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 4136 of file Native.java.

Referenced by Tactic.apply().

4137  {
4138  long res = INTERNALtacticApply(a0, a1, a2);
4140  if (err != Z3_error_code.Z3_OK)
4141  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4142  return res;
4143  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALtacticApply(long a0, long a1, long a2)
static final Z3_error_code fromInt(int v)
static long tacticApplyEx ( long  a0,
long  a1,
long  a2,
long  a3 
) throws Z3Exception
inlinestatic

Definition at line 4145 of file Native.java.

Referenced by Tactic.apply().

4146  {
4147  long res = INTERNALtacticApplyEx(a0, a1, a2, a3);
4149  if (err != Z3_error_code.Z3_OK)
4150  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4151  return res;
4152  }
static native long INTERNALtacticApplyEx(long a0, long a1, long a2, long a3)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long tacticCond ( long  a0,
long  a1,
long  a2,
long  a3 
) throws Z3Exception
inlinestatic

Definition at line 3911 of file Native.java.

Referenced by Context.cond().

3912  {
3913  long res = INTERNALtacticCond(a0, a1, a2, a3);
3915  if (err != Z3_error_code.Z3_OK)
3916  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3917  return res;
3918  }
static native long INTERNALtacticCond(long a0, long a1, long a2, long a3)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static void tacticDecRef ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 3824 of file Native.java.

3825  {
3826  INTERNALtacticDecRef(a0, a1);
3828  if (err != Z3_error_code.Z3_OK)
3829  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3830  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native void INTERNALtacticDecRef(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long tacticFail ( long  a0) throws Z3Exception
inlinestatic

Definition at line 3938 of file Native.java.

Referenced by Context.fail().

3939  {
3940  long res = INTERNALtacticFail(a0);
3942  if (err != Z3_error_code.Z3_OK)
3943  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3944  return res;
3945  }
static native long INTERNALtacticFail(long a0)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long tacticFailIf ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 3947 of file Native.java.

Referenced by Context.failIf().

3948  {
3949  long res = INTERNALtacticFailIf(a0, a1);
3951  if (err != Z3_error_code.Z3_OK)
3952  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3953  return res;
3954  }
static native long INTERNALtacticFailIf(long a0, long a1)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long tacticFailIfNotDecided ( long  a0) throws Z3Exception
inlinestatic

Definition at line 3956 of file Native.java.

Referenced by Context.failIfNotDecided().

3957  {
3958  long res = INTERNALtacticFailIfNotDecided(a0);
3960  if (err != Z3_error_code.Z3_OK)
3961  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3962  return res;
3963  }
static native long INTERNALtacticFailIfNotDecided(long a0)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static String tacticGetDescr ( long  a0,
String  a1 
) throws Z3Exception
inlinestatic

Definition at line 4109 of file Native.java.

Referenced by Context.getTacticDescription().

4110  {
4111  String res = INTERNALtacticGetDescr(a0, a1);
4113  if (err != Z3_error_code.Z3_OK)
4114  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4115  return res;
4116  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALtacticGetDescr(long a0, String a1)
static final Z3_error_code fromInt(int v)
static String tacticGetHelp ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 4091 of file Native.java.

Referenced by Tactic.getHelp().

4092  {
4093  String res = INTERNALtacticGetHelp(a0, a1);
4095  if (err != Z3_error_code.Z3_OK)
4096  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4097  return res;
4098  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALtacticGetHelp(long a0, long a1)
static final Z3_error_code fromInt(int v)
static long tacticGetParamDescrs ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 4100 of file Native.java.

Referenced by Tactic.getParameterDescriptions().

4101  {
4102  long res = INTERNALtacticGetParamDescrs(a0, a1);
4104  if (err != Z3_error_code.Z3_OK)
4105  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4106  return res;
4107  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALtacticGetParamDescrs(long a0, long a1)
static final Z3_error_code fromInt(int v)
static void tacticIncRef ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 3816 of file Native.java.

3817  {
3818  INTERNALtacticIncRef(a0, a1);
3820  if (err != Z3_error_code.Z3_OK)
3821  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3822  }
static native void INTERNALtacticIncRef(long a0, long a1)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long tacticOrElse ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 3866 of file Native.java.

Referenced by Context.orElse().

3867  {
3868  long res = INTERNALtacticOrElse(a0, a1, a2);
3870  if (err != Z3_error_code.Z3_OK)
3871  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3872  return res;
3873  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static native long INTERNALtacticOrElse(long a0, long a1, long a2)
static long tacticParAndThen ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 3884 of file Native.java.

Referenced by Context.parAndThen().

3885  {
3886  long res = INTERNALtacticParAndThen(a0, a1, a2);
3888  if (err != Z3_error_code.Z3_OK)
3889  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3890  return res;
3891  }
static native long INTERNALtacticParAndThen(long a0, long a1, long a2)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long tacticParOr ( long  a0,
int  a1,
long[]  a2 
) throws Z3Exception
inlinestatic

Definition at line 3875 of file Native.java.

Referenced by Context.parOr().

3876  {
3877  long res = INTERNALtacticParOr(a0, a1, a2);
3879  if (err != Z3_error_code.Z3_OK)
3880  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3881  return res;
3882  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALtacticParOr(long a0, int a1, long[] a2)
static final Z3_error_code fromInt(int v)
static long tacticRepeat ( long  a0,
long  a1,
int  a2 
) throws Z3Exception
inlinestatic

Definition at line 3920 of file Native.java.

Referenced by Context.repeat().

3921  {
3922  long res = INTERNALtacticRepeat(a0, a1, a2);
3924  if (err != Z3_error_code.Z3_OK)
3925  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3926  return res;
3927  }
static native long INTERNALtacticRepeat(long a0, long a1, int a2)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long tacticSkip ( long  a0) throws Z3Exception
inlinestatic

Definition at line 3929 of file Native.java.

Referenced by Context.skip().

3930  {
3931  long res = INTERNALtacticSkip(a0);
3933  if (err != Z3_error_code.Z3_OK)
3934  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3935  return res;
3936  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALtacticSkip(long a0)
static final Z3_error_code fromInt(int v)
static long tacticTryFor ( long  a0,
long  a1,
int  a2 
) throws Z3Exception
inlinestatic

Definition at line 3893 of file Native.java.

Referenced by Context.tryFor().

3894  {
3895  long res = INTERNALtacticTryFor(a0, a1, a2);
3897  if (err != Z3_error_code.Z3_OK)
3898  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3899  return res;
3900  }
static native long INTERNALtacticTryFor(long a0, long a1, int a2)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long tacticUsingParams ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 3965 of file Native.java.

Referenced by Context.usingParams().

3966  {
3967  long res = INTERNALtacticUsingParams(a0, a1, a2);
3969  if (err != Z3_error_code.Z3_OK)
3970  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3971  return res;
3972  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALtacticUsingParams(long a0, long a1, long a2)
static final Z3_error_code fromInt(int v)
static long tacticWhen ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 3902 of file Native.java.

Referenced by Context.when().

3903  {
3904  long res = INTERNALtacticWhen(a0, a1, a2);
3906  if (err != Z3_error_code.Z3_OK)
3907  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3908  return res;
3909  }
static native long INTERNALtacticWhen(long a0, long a1, long a2)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long toApp ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 2476 of file Native.java.

2477  {
2478  long res = INTERNALtoApp(a0, a1);
2480  if (err != Z3_error_code.Z3_OK)
2481  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2482  return res;
2483  }
static native long INTERNALtoApp(long a0, long a1)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long toFuncDecl ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 2485 of file Native.java.

2486  {
2487  long res = INTERNALtoFuncDecl(a0, a1);
2489  if (err != Z3_error_code.Z3_OK)
2490  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2491  return res;
2492  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALtoFuncDecl(long a0, long a1)
static final Z3_error_code fromInt(int v)
static void toggleWarningMessages ( boolean  a0)
inlinestatic

Definition at line 3035 of file Native.java.

Referenced by Global.ToggleWarningMessages().

3036  {
3038  }
static native void INTERNALtoggleWarningMessages(boolean a0)
static long translate ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 2791 of file Native.java.

Referenced by AST.translate(), and Expr.translate().

2792  {
2793  long res = INTERNALtranslate(a0, a1, a2);
2795  if (err != Z3_error_code.Z3_OK)
2796  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2797  return res;
2798  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALtranslate(long a0, long a1, long a2)
static final Z3_error_code fromInt(int v)
static void updateParamValue ( long  a0,
String  a1,
String  a2 
) throws Z3Exception
inlinestatic

Definition at line 691 of file Native.java.

Referenced by Context.updateParamValue().

692  {
693  INTERNALupdateParamValue(a0, a1, a2);
695  if (err != Z3_error_code.Z3_OK)
696  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
697  }
static native void INTERNALupdateParamValue(long a0, String a1, String a2)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long updateTerm ( long  a0,
long  a1,
int  a2,
long[]  a3 
) throws Z3Exception
inlinestatic

Definition at line 2764 of file Native.java.

Referenced by Expr.update().

2765  {
2766  long res = INTERNALupdateTerm(a0, a1, a2, a3);
2768  if (err != Z3_error_code.Z3_OK)
2769  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2770  return res;
2771  }
static native long INTERNALupdateTerm(long a0, long a1, int a2, long[] a3)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static void writeInterpolationProblem ( long  a0,
int  a1,
long[]  a2,
int[]  a3,
String  a4,
int  a5,
long[]  a6 
) throws Z3Exception
inlinestatic

Definition at line 5296 of file Native.java.

Referenced by InterpolationContext.WriteInterpolationProblem().

5297  {
5298  INTERNALwriteInterpolationProblem(a0, a1, a2, a3, a4, a5, a6);
5300  if (err != Z3_error_code.Z3_OK)
5301  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5302  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native void INTERNALwriteInterpolationProblem(long a0, int a1, long[] a2, int[] a3, String a4, int a5, long[] a6)
static final Z3_error_code fromInt(int v)